Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mhernes authored Aug 11, 2024
1 parent ad8fcff commit 54b20c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion result/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /usr/local/app
# have nodemon available for local dev use (file watching)
RUN npm install -g nodemon

COPY package*.json ./
COPY /result/package*.json ./

RUN npm ci && \
npm cache clean --force && \
Expand Down

0 comments on commit 54b20c9

Please sign in to comment.