Skip to content

Commit

Permalink
appliaction convert to container
Browse files Browse the repository at this point in the history
  • Loading branch information
arn-ob committed Oct 13, 2023
1 parent 236761c commit a65aa40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:16-alpine


# Copy app files
COPY . .

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3'

services:
test-app:
container_name: test-apps
core-isp-mikrotik-app:
container_name: core-isp-mikrotik-apps
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit a65aa40

Please sign in to comment.