Skip to content
Snippets Groups Projects
Commit aa78fcbf authored by M9713's avatar M9713
Browse files

Update docker-compose.yml

parent c7435672
No related branches found
No related tags found
No related merge requests found
Pipeline #439676 canceled
......@@ -2,9 +2,9 @@ version: "3"
services:
client:
image: frontend-source
image: front-react
restart: always
build: ./frontend/
build: ./front-react/
ports:
- "80:4100"
depends_on:
......@@ -19,9 +19,9 @@ services:
# - conduit-network
backend:
image: backend-source
image: backend-express
restart: always
build: ./backend/
build: ./backend-express/
ports:
- "3000:3000"
links:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment