Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- docker-composer file
-- add entrypoint for composer
  • Loading branch information
nspalo committed Sep 7, 2021
1 parent 2296ab5 commit 1fc6769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ services:
working_dir: /var/www/html
volumes:
- "${PATH_PROJECT_SOURCE}:/var/www/html"
entrypoint: ['composer']

# Container: NPM
npm:
Expand Down

0 comments on commit 1fc6769

Please sign in to comment.