Skip to content

Commit

Permalink
chore: warning on useless environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Dec 6, 2022
1 parent 4076170 commit 69cc271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ phpstan: check-docker
#PHPUNIT_CMD="./vendor/bin/phpunit"
phpunit: check-docker
# -docker container rm -f phpunit
# FIXME: PS_* vars are useless here as we override run
docker pull prestashop/docker-internal-images:${DOCKER_INTERNAL}
@docker run --rm \
--name phpunit \
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
image: prestashop/docker-internal-images:nightly
working_dir: /var/www/html/modules/ps_accounts
environment:
# FIXME: PS_* vars are useless here as we override run
- PS_DOMAIN=localhost
- PS_ENABLE_SSL=0
- PS_DEV_MODE=1
Expand Down

0 comments on commit 69cc271

Please sign in to comment.