Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Dec 17, 2023
1 parent 98cf139 commit 1dd780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:20-alpine AS deps
WORKDIR /app

COPY . .
RUN yarn
RUN npm install -f

#############################################

Expand Down

0 comments on commit 1dd780f

Please sign in to comment.