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
commitf4ce00800db3ee8227293e9b0620febe92a5a03d (patch)
treec404861b5e6d0251b0f1f44a8eb3f1bf7c4c30af /cdn
parent:bug: fix executable (diff)
downloadserver-f4ce00800db3ee8227293e9b0620febe92a5a03d.tar.xz
:bug: fix docker image
Diffstat (limited to 'cdn')
-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