Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leo42 committed Oct 9, 2023
1 parent ee03b29 commit 13bc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src/app

COPY . .

RUN cd npm ci --only=production
RUN npm ci --only=production

RUN cd shared/wallets && npm ci --only=production

Expand Down

0 comments on commit 13bc6b3

Please sign in to comment.