starting point of docker vue app (not working: npm wont install)

This commit is contained in:
2020-02-13 17:08:33 +01:00
parent f53a80eaea
commit edff8f413c
9 changed files with 54 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
version: '3.7'
services:
app:
build: ./Docker/app
volumes:
- "${APP_ROOT}:/app"
ports:
- 8988:8988
working_dir: "/app"