diff --git a/Dockerfile b/Dockerfile index 7db04a4..768b8be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN npm install -CMD ["npm", "start"] +CMD ["npm", "run", "build"] EXPOSE 8080