Skip to content
Snippets Groups Projects
Commit d76de8ac authored by MrJoshE's avatar MrJoshE
Browse files

Added back copy and package-lock to dockerfile

parent 3d3c78dd
No related branches found
No related tags found
No related merge requests found
Pipeline #46758 failed
......@@ -7,4 +7,6 @@ COPY package.json ./
RUN npm install --silent
RUN npm install react-scripts@3.4.1 -g --silent
COPY . .
CMD ["npm", "start"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment