Project modified

This commit is contained in:
2022-12-09 14:29:46 -05:00
parent 50f56f021d
commit 56eac0cc1b
9 changed files with 88 additions and 69 deletions
+2 -1
View File
@@ -13,9 +13,10 @@ COPY package.json ./
RUN npm install --silent
RUN npm install react-scripts@3.4.1 -g --silent
RUN npm install react-router-dom --save
# add app
COPY . ./
# start app
CMD ["npm","run", "start"]