Skip to content

Commit ad73442

Browse files
committed
fix: docker compose file
1 parent 15d1757 commit ad73442

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: docker-compose.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
version: "3"
2+
23
services:
3-
react-app:
4-
restart: always
4+
next-app:
55
build:
6-
context: ./
6+
context: .
77
dockerfile: Dockerfile
8-
image: amazon-clone
8+
image: webxdao-website
9+
restart: always
910
stdin_open: true
1011
ports:
1112
- "3000:3000"
1213
networks:
13-
- app
14+
- app-net
1415
volumes:
1516
- ./src:/app/src
16-
- ./app/node_modules
17+
- /app/node_modules
1718

1819
networks:
19-
app:
20+
app-net:
2021
driver: bridge

0 commit comments

Comments
 (0)