Skip to content

Commit

Permalink
ci(docker-compose): modify build section of web service to point to t…
Browse files Browse the repository at this point in the history
…he new dir
  • Loading branch information
mohammadll committed Dec 9, 2024
1 parent a11d487 commit 6c7b423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

web:
build:
context: ./web
context: ./admin-panel
dockerfile: Dockerfile
args:
VITE_API_CLIENT_BASE_URL: "http://localhost:8080/api/"
Expand Down

0 comments on commit 6c7b423

Please sign in to comment.