Initial commit from Astro
This commit is contained in:
commit
3dfd6a646d
123 changed files with 11791 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
app:
|
||||
image: node:lts
|
||||
ports:
|
||||
- 4321:4321
|
||||
working_dir: /app
|
||||
command: npm run dev -- --host 0.0.0.0
|
||||
volumes:
|
||||
- ./:/app
|
||||
Loading…
Add table
Add a link
Reference in a new issue