summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile

index b2329233..a69b2956 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -8,5 +8,6 @@ RUN apk --no-cache --virtual build-dependencies add \ RUN npm install 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