se agregar carpeta docker
parent
7eeaf7ca6e
commit
c7fbdbe8fd
|
@ -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
|
Loading…
Reference in New Issue