diff --git a/Dockerfile b/Dockerfile index 3639abc..17830e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ COPY . ./ RUN npm build -CMD ["npm", "run"] \ No newline at end of file +CMD ["react-scripts", "start"] \ No newline at end of file