Skip to content

Commit

Permalink
Update docker-compose.prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwada authored Feb 7, 2024
1 parent 920272e commit 11bdfac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
web:
build: .
container_name: ${PROJECT_NAME}-web
volumes:
- ./backend/public:/usr/src/app/backend/public:delegated
env_file:
- ../envs/.env-${GITHUB_REPOSITORY_NAME}
environment:
Expand Down

0 comments on commit 11bdfac

Please sign in to comment.