Skip to content

Commit

Permalink
Update docker-compose.prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jujuck authored Feb 7, 2024
1 parent 5362f81 commit 87e7bd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ services:
web:
build: .
container_name: ${PROJECT_NAME:-project}-web
volumes:
- .:/var/www
- ./docker-entry.sh:/etc/entrypoint.sh
entrypoint: [ "sh", "/etc/entrypoint.sh" ]
env_file:
- ../envs/.env-${GITHUB_REPOSITORY_NAME}
environment:
Expand Down

0 comments on commit 87e7bd3

Please sign in to comment.