Skip to content

Commit

Permalink
Update coolify.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero authored Oct 16, 2024
1 parent 77aca78 commit ed2125b
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 && yarn && yarn build && npm prune --production
RUN yarn install && yarn && yarn build

FROM base as runner

Expand Down

0 comments on commit ed2125b

Please sign in to comment.