do not reference the .env file at given point - in development mode we will have 0000000 as hash displayed

This commit is contained in:
Ulf Gebhardt 2021-09-15 14:47:55 +02:00
parent f9af5f961f
commit afcfe1d913
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -26,8 +26,8 @@ services:
# - BUILD_VERSION="0.0.0.0"
# - BUILD_COMMIT="0000000"
- NODE_ENV="production"
env_file:
- ./.env
# env_file:
# - ./.env
# - ./frontend/.env
#########################################################