summary refs log tree commit diff
path: root/docker-compose.cfg.yml
diff options
context:
space:
mode:
authorNobody <17956512+n0bodysec@users.noreply.github.com>2022-07-20 03:43:34 -0300
committerGitHub <noreply@github.com>2022-07-20 09:43:34 +0300
commitdb2b94c0a3a0063e1b32e524d4a0cde562f2686b (patch)
treed344adad5e35ec7176e18fb2dafd53a46732b868 /docker-compose.cfg.yml
parentchore: fix package.json scripts (diff)
downloadserver-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.yml6
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" ]