Files
gdb.lgbtqi.app/docker-compose.yml
Freyja Odinthrir 4af692ef58
Some checks failed
Build and deploy website. / Build static site. (push) Failing after 15m15s
Build and deploy website. / Connect to deployment host, update, and redeploy docs website. (push) Has been skipped
this is a bullshit commit that only serves to trigger automation cus I fucked up setting up the repo.
2025-09-10 17:48:49 -07:00

12 lines
243 B
YAML

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"]