Compare commits

...

2 commits

Author SHA1 Message Date
Chris
d45d06fb19
Merge cfe6cdd4fc into 59833fba0d 2024-11-16 12:08:51 +01:00
Chris
cfe6cdd4fc
Create dotenv - for Docker Environnemental Variables
Signed-off-by: Chris <christopher@mann.fr>
2024-11-12 15:24:07 +01:00

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`