Skip to content

Commit

Permalink
docker-entrypoint.sh: Add DOCKER_ENV=1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Merkle committed Jul 10, 2021
1 parent df7d5c9 commit eca3738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if [ ! "$(whoami)" = "www-data" ]; then
exit 1
fi

export DOCKER_ENV=1

# Remove the old instance (if existing)
rm -rf "/var/www/html/"

Expand Down

0 comments on commit eca3738

Please sign in to comment.