Skip to content

Commit 6c7b423

Browse files
committed
ci(docker-compose): modify build section of web service to point to the new dir
1 parent a11d487 commit 6c7b423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
web:
2222
build:
23-
context: ./web
23+
context: ./admin-panel
2424
dockerfile: Dockerfile
2525
args:
2626
VITE_API_CLIENT_BASE_URL: "http://localhost:8080/api/"

0 commit comments

Comments
 (0)