diff --git a/Dockerfile b/Dockerfile index 876fdb2..3639abc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,6 @@ RUN npm install react-scripts@3.4.1 -g --silent COPY . ./ -CMD ["npm", "start"] \ No newline at end of file +RUN npm build + +CMD ["npm", "run"] \ No newline at end of file