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

docker-compose.yaml

Lines changed: 8 additions & 7 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy