Skip to content

Commit cf9a974

Browse files
authored
Merge pull request #29 from moevm/docker-daria
Docker daria
2 parents bd21f8f + acedbbf commit cf9a974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
frontend:
66
container_name: front
77
build:
8-
context: ../frontend
8+
context: ./dentistry/frontend
99
ports:
1010
- "3000:3000"
1111
depends_on:
@@ -14,7 +14,7 @@ services:
1414
backend:
1515
container_name: backend
1616
build:
17-
context: ../ # корень проекта
17+
context: ./dentistry # Здесь лежит Dockerfile и весь backend-проект
1818
ports:
1919
- "8000:8000"
2020
depends_on:

0 commit comments

Comments
 (0)