Project modified
This commit is contained in:
+2
-1
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user