NPM start added

This commit is contained in:
2023-01-23 21:32:10 -05:00
parent 61da605aa9
commit 795933e80b
+5
View File
@@ -100,6 +100,11 @@ RUN npm install react-router-dom --save
COPY . ./ COPY . ./
# start app # start app
#CMD ["npm","run", "build"]
CMD ["npm","run", "start"]
#CMD ["npm","run", "start"] #CMD ["npm","run", "start"]
#CMD ["npm","run", "dev"] #CMD ["npm","run", "dev"]