Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeromano committed Oct 16, 2024
1 parent fb544fa commit 62597b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM node:10.15.3 as source
WORKDIR /src/build-your-own-radar
COPY package.json ./
RUN npm i -g [email protected]
RUN echo "optional = false" > .npmrc
RUN npm install
COPY *.js *.json ./
COPY ./src ./src/
Expand Down

0 comments on commit 62597b9

Please sign in to comment.