Skip to content
Snippets Groups Projects
Commit 2bb12b46 authored by Brett Popowycz (bwp265)'s avatar Brett Popowycz (bwp265)
Browse files

Fixed not working on linux hopefully

parent c78137ce
Branches npm-fix-test
No related tags found
3 merge requests!8Draft: merge listings into main,!7Draft:Moving npm-fix into listings,!6Npm fix test
......@@ -11,6 +11,7 @@ ENV PATH /app/node_modules/.bin:$PATH
COPY package-lock.json /app/
COPY package.json /app/
RUN npm install react-router-dom react-bootstrap bootstrap@5.1.3 --save
RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache
COPY . ./
......
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