Skip to content

Commit

Permalink
Merge pull request #490 from jesusantguerrero/feat/pay-credits-v2
Browse files Browse the repository at this point in the history
chore: remove lock-file
  • Loading branch information
jesusantguerrero authored Oct 15, 2024
2 parents ef3ef85 + f745bb1 commit 77aca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /app
COPY . .
COPY --from=base --chown=9999:9999 /var/www/html .

RUN yarn install --frozen-lockfile && yarn && yarn build && npm prune --production
RUN yarn install && yarn && yarn build && npm prune --production

FROM base as runner

Expand Down

0 comments on commit 77aca78

Please sign in to comment.