1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 09:41:35 +02:00
server/docker-compose.cfg.yml
Nobody db2b94c0a3
chore!: update docker scripts (#797)
BREAKING CHANGE: this new docker image no longer clones this repository. Some manual steps are required
* chore!: update docker scripts
* chore: fix paths in docker scripts
* chore: add config docker compose
2022-07-20 09:43:34 +03:00

7 lines
81 B
YAML

version: '3.9'
services:
fosscord:
entrypoint: [ "npm", "run", "setup" ]