Skip to content

Commit

Permalink
Fix copy Docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Jul 4, 2024
1 parent 50730e5 commit e099953
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
@@ -1,7 +1,7 @@
FROM node:20.15.0-alpine3.20
WORKDIR /app
RUN chown -R node:node /app
COPY yarn.lock package.json .
COPY yarn.lock package.json ./
RUN npm i --silent --ignore-scripts -g rimraf
RUN yarn --silent --ignore-scripts
COPY . .
Expand Down

0 comments on commit e099953

Please sign in to comment.