summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-29 22:41:50 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-29 22:41:50 +0300
commitc65d28e18163ca6195a46a6f58f90401ed6fc514 (patch)
tree07fdf9697a2c17dd083d39ab567183a41604ae67
parentBuild on start for the CONTRIBUTORS (diff)
downloadserver-c65d28e18163ca6195a46a6f58f90401ed6fc514.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 48f9dd36..a69b2956 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -10,4 +10,4 @@ RUN apk del build-dependencies COPY . . RUN npm run build EXPOSE 3002 -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "dist/"] \ No newline at end of file