it's working

This commit is contained in:
2020-03-02 17:03:13 +01:00
parent edff8f413c
commit 9ef4727009
3 changed files with 43 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ version: '3.7'
services:
app:
build: ./Docker/app
user: ${USER_UID}:${USER_GID}
volumes:
- "${APP_ROOT}:/app"
ports: