Skip to content

Commit

Permalink
chore: remove lock-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Oct 15, 2024
1 parent b9d541f commit f745bb1
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 f745bb1

Please sign in to comment.