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