We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407d9cb commit 46bf379Copy full SHA for 46bf379
docker-compose.prod.yml
docker-compose.yml
@@ -19,7 +19,7 @@ services:
19
build:
20
context: ./backend
21
volumes:
22
- - ./backend/src:/app/src
+ - ./backend/:/app/
23
environment:
24
DB_NAME: postgres
25
DB_USER: postgres
@@ -32,16 +32,7 @@ services:
32
33
frontend:
34
container_name: frontend
35
- build:
36
- context: ./frontend
37
- target: dev
38
- command: yarn dev
+ build: ./frontend
39
restart: always
40
- environment:
41
- - NODE_ENV=development
42
- volumes:
43
- - ./frontend:/app
44
- - /app/node_modules
45
- - /app/.next
46
ports:
47
- 3000:3000
0 commit comments