dockerfile

This commit is contained in:
Administrator 2022-08-24 22:59:07 +03:00
parent afc2c51485
commit 68cf6eb94b

View File

@ -13,4 +13,4 @@ COPY . ./
RUN npm build
CMD ["npm", "run"]
CMD ["react-scripts", "start"]