Create dotenv - for Docker Environnemental Variables

Signed-off-by: Chris <christopher@mann.fr>
This commit is contained in:
Chris 2024-11-12 15:24:07 +01:00 committed by GitHub
parent 30fb1d6240
commit cfe6cdd4fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
dotenv Normal file
View file

@ -0,0 +1,3 @@
# Change the name of this file to .env when used locally
USER=`id -u`
GROUP=`id -g`