dockerfile

This commit is contained in:
Administrator 2022-08-24 22:57:03 +03:00
parent e2e65bc617
commit afc2c51485

View File

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