mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-08 11:52:55 +01:00
db2b94c0a3
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
7 lines
81 B
YAML
7 lines
81 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
|
|
fosscord:
|
|
entrypoint: [ "npm", "run", "setup" ]
|