Skip to content

Commit

Permalink
fix: add lock file to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shiki-tak committed Jul 29, 2024
1 parent 796a214 commit a61f85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
RUN npm install -g node-gyp
RUN npm install -g truffle

COPY ./flutter_bird_skins/package.json ./
COPY ./flutter_bird_skins/package*.json ./
RUN npm install

COPY ./flutter_bird_skins .
Expand Down

0 comments on commit a61f85f

Please sign in to comment.