summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 02:12:10 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 02:12:10 +0200
commit5828be4e35705417de442f5600dbe42cc3932639 (patch)
tree0dc3b3e1f066a3c69c220f4ec3852c6715633e31 /cdn
parent:bug: fix executable (diff)
downloadserver-5828be4e35705417de442f5600dbe42cc3932639.tar.xz
:bug: fix docker image
Diffstat (limited to '')
-rw-r--r--cdn/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cdn/Dockerfile b/cdn/Dockerfile

index d9ad78f4..bb73884a 100644 --- a/cdn/Dockerfile +++ b/cdn/Dockerfile
@@ -4,4 +4,5 @@ COPY package.json . RUN npm install COPY . . EXPOSE 3003 -CMD ["node", "dist/"] \ No newline at end of file +RUN npm run build +CMD ["node", "dist/start.js"] \ No newline at end of file