Skip to content

Commit 43d096f

Browse files
Merge pull request WebXDAO#254 from Pradumnasaraf/fix-compose
fix: docker compose file
2 parents 2fc66ed + ad73442 commit 43d096f

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