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