mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
[FEAUTRE] Bring docker-compose.yml
This commit is contained in:
parent
aff785eabc
commit
c634db70f4
1 changed files with 10 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
dev:
|
||||
image: "node:16"
|
||||
user: "node"
|
||||
working_dir: /home/node/app
|
||||
volumes:
|
||||
- ./:/home/node/app
|
||||
ports:
|
||||
- "8080:8080"
|
||||
command: sh -c "yarn install && yarn build && yarn dev"
|
||||
Loading…
Add table
Add a link
Reference in a new issue