Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed May 3, 2022
1 parent 80260cc commit 189a6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM node:14

WORKDIR /app
COPY package*.json .
COPY package*.json ./
RUN npm install

RUN apt-get update
Expand Down

0 comments on commit 189a6e5

Please sign in to comment.