mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2026-01-06 14:37:52 +01:00
Initial commit
This commit is contained in:
commit
880a5e58cc
51 changed files with 37278 additions and 0 deletions
8
docker-compose-build.yml
Normal file
8
docker-compose-build.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3006:3006"
|
||||
command: "npm start"
|
||||
Loading…
Add table
Add a link
Reference in a new issue