Skip to content

Commit

Permalink
Test the builded code, not the one mounted.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeiP committed Jul 18, 2024
1 parent 3ca470c commit 6b55fc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test-envs/docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ services:
DATABASE_USERNAME: root
DATABASE_PASSWORD_EMPTY: 1
volumes:
- ${VOLUME:-..}:/app:Z
- ${VOLUME:-..}/config/database.docker.yml:/app/config/database.yml:Z
- ${VOLUME:-..}/config/site.docker.yml:/app/config/site.yml:Z
ports:
Expand Down
1 change: 0 additions & 1 deletion test-envs/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
DATABASE_ENCODING: unicode
DATABASE_PORT: 5432
volumes:
- ${VOLUME:-..}:/app:Z
- ${VOLUME:-..}/config/database.docker.yml:/app/config/database.yml:Z
- ${VOLUME:-..}/config/site.docker.yml:/app/config/site.yml:Z
ports:
Expand Down

0 comments on commit 6b55fc0

Please sign in to comment.