starting point of docker vue app (not working: npm wont install)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
app:
|
||||
build: ./Docker/app
|
||||
volumes:
|
||||
- "${APP_ROOT}:/app"
|
||||
ports:
|
||||
- 8988:8988
|
||||
working_dir: "/app"
|
||||
Reference in New Issue
Block a user