Add dev docker compose
parent
a656368323
commit
f3196b18cd
@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: node:16
|
||||
volumes:
|
||||
- ./:/app
|
||||
working_dir: /app
|
||||
command: 'npm run dev'
|
||||
ports:
|
||||
- "8080:8080"
|
Loading…
Reference in New Issue