se agregar carpeta docker

francisco/presentacion-svelte
Francisco Sandoval 2023-06-11 15:50:57 -04:00
parent 7eeaf7ca6e
commit c7fbdbe8fd
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
version: "3"
name: transporte-svelte
services:
app:
image: node:18-alpine
ports:
- 3000:3000
volumes:
- ../:/app
working_dir: /app
command: npm run dev