diff --git a/Dockerfile b/Dockerfile index 0f8a90e..11c26a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,7 @@ ENV PORT=7574 EXPOSE 7574 +# FIX #36 (missing build statement) +RUN npm run build + CMD ["npm", "run", "start"] \ No newline at end of file