Skip to content

Commit

Permalink
test rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusviniciusLsantos committed Dec 3, 2024
1 parent 352fdb2 commit ccfa4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --no-cache git

COPY package.json package-lock.json ./

RUN --mount=type=cache,target=/root/.npm NPM_CONFIG_CACHE=/root/.npm npm install
RUN npm install

COPY . ./

Expand Down

0 comments on commit ccfa4f2

Please sign in to comment.