Replace pwd with relative path, update README

This commit is contained in:
Guntis Smaukstelis
2023-12-28 00:13:26 +02:00
parent 9851b9dcd3
commit 5d5a20e95a
2 changed files with 22 additions and 5 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ services:
image: node:16.13.1
working_dir: /app/web
volumes:
- $PWD/web:/app/web
- ./web:/app/web
command: sh -c "npm install && npm run build"
postgres:
@@ -34,7 +34,7 @@ services:
context: .
dockerfile: Dockerfile.local
volumes:
- $PWD:/app
- ./:/app
ports:
- "9080:8080"
depends_on: