Skip to content

Commit

Permalink
Fix bug in docker compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
earlinn committed Jan 28, 2024
1 parent e8c5cbc commit 2755817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ services:

web:
image: healthyfoodapi/good_food:v.01
environment:
- VITE_API_URL=${VITE_API_URL}
- VITE_BASE_URL=${VITE_BASE_URL}
container_name: good_food_api
volumes:
- static_value:/app/static/
Expand All @@ -28,6 +25,9 @@ services:

frontend:
image: healthyfoodapi/good_food_frontend:v.01
environment:
- VITE_API_URL=${VITE_API_URL}
- VITE_BASE_URL=${VITE_BASE_URL}
container_name: good_food_frontend
command: cp -r /app/dist/. /frontend_static/
volumes:
Expand Down

0 comments on commit 2755817

Please sign in to comment.