Skip to content

Commit 46bf379

Browse files
committed
fix: remove prod yml, fix dev yml
1 parent 407d9cb commit 46bf379

File tree

2 files changed

+2
-51
lines changed

2 files changed

+2
-51
lines changed

docker-compose.prod.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

docker-compose.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
build:
2020
context: ./backend
2121
volumes:
22-
- ./backend/src:/app/src
22+
- ./backend/:/app/
2323
environment:
2424
DB_NAME: postgres
2525
DB_USER: postgres
@@ -32,16 +32,7 @@ services:
3232

3333
frontend:
3434
container_name: frontend
35-
build:
36-
context: ./frontend
37-
target: dev
38-
command: yarn dev
35+
build: ./frontend
3936
restart: always
40-
environment:
41-
- NODE_ENV=development
42-
volumes:
43-
- ./frontend:/app
44-
- /app/node_modules
45-
- /app/.next
4637
ports:
4738
- 3000:3000

0 commit comments

Comments
 (0)