summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-29 22:33:31 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-29 22:33:31 +0300
commitfbfe757c9eb481a278489d8ffbd1d24a0b441ac4 (patch)
tree7b62292863701559159cbca8112c3dc0446e4de9
parentMerge branch 'master' of github.com:luth31/fosscord-api (diff)
downloadserver-fbfe757c9eb481a278489d8ffbd1d24a0b441ac4.tar.xz
Dockerfile: run app instead of recompiling
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile

index 39986e72..66cd6897 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -6,4 +6,4 @@ RUN npx patch-package COPY . . EXPOSE 3001 RUN npm run build -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "dist/start.js"] \ No newline at end of file