dockerfile

This commit is contained in:
Administrator 2022-08-24 23:01:22 +03:00
parent 68cf6eb94b
commit b3448ec4c4

View File

@ -11,6 +11,4 @@ RUN npm install react-scripts@3.4.1 -g --silent
COPY . ./ COPY . ./
RUN npm build CMD ["npm", "start"]
CMD ["react-scripts", "start"]