diff options
author | Nobody <17956512+n0bodysec@users.noreply.github.com> | 2022-07-20 03:43:34 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 09:43:34 +0300 |
commit | db2b94c0a3a0063e1b32e524d4a0cde562f2686b (patch) | |
tree | d344adad5e35ec7176e18fb2dafd53a46732b868 /docker-compose.cfg.yml | |
parent | chore: fix package.json scripts (diff) | |
download | server-db2b94c0a3a0063e1b32e524d4a0cde562f2686b.tar.xz |
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
Diffstat (limited to 'docker-compose.cfg.yml')
-rw-r--r-- | docker-compose.cfg.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose.cfg.yml b/docker-compose.cfg.yml new file mode 100644 index 00000000..18a7031d --- /dev/null +++ b/docker-compose.cfg.yml @@ -0,0 +1,6 @@ +version: '3.9' + +services: + + fosscord: + entrypoint: [ "npm", "run", "setup" ] |