mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-30 23:06:18 +00:00
Add docker-compose.yml (#162)
This commit is contained in:
parent
3c70c697b0
commit
e7db884d57
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
node_app:
|
||||
image: node:18
|
||||
platform: linux/amd64
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./:/app
|
||||
- ./node_modules:/app/node_modules
|
||||
- ./dist:/app/dist
|
||||
command: ["sh", "-c", "npm install && npm run build"]
|
Loading…
x
Reference in New Issue
Block a user