Skip to content

Commit

Permalink
Merge pull request #776 from PUGX/fix-docker-for-dev
Browse files Browse the repository at this point in the history
fixed docker for dev environment to have vendors synchronized
  • Loading branch information
JellyBellyDev committed May 2, 2022
2 parents 5c282e7 + 9a17212 commit 9385ed3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 74 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
tests/
var/cache/
var/log/
vendor/
69 changes: 0 additions & 69 deletions docker-compose.prod.yml

This file was deleted.

6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ services:
php-fpm
"
volumes:
- ./config:/application/config:rw
- ./src:/application/src
- ./public:/application/public
- ./templates:/application/templates
- ./tests:/application/tests
- .:/application
- ./sys/php/php.ini-dev:/usr/local/etc/php/conf.d/zz-overrides.ini
ports:
- "9000:9000"
Expand Down

0 comments on commit 9385ed3

Please sign in to comment.