Skip to content

Commit

Permalink
Merge pull request #5 from dekiakbar/dev
Browse files Browse the repository at this point in the history
update docker
  • Loading branch information
Deki authored Aug 27, 2022
2 parents bc80ed0 + 86b596e commit 94556c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
services:
node:
command: bash -c "npm install --legacy-peer-deps && npm run build && npm run start:prod"
command: bash -c "npm run build && npm run start:prod"
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: "3"
services:
node:
build: .
image: node:gallium-slim
user: node
working_dir: /app
volumes:
- '.:/app'
ports:
Expand Down

0 comments on commit 94556c7

Please sign in to comment.