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