Skip to content

Commit

Permalink
fix(frontend): add missing jq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 26, 2024
1 parent db522e8 commit c838b82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ENV TZ=Europe/Berlin
ENV HOST=0.0.0.0
ENV PORT=3002

RUN mkdir /app && \
RUN apk --no-cache add jq && \
mkdir /app && \
chown -R node:node /app

WORKDIR /app
Expand Down

0 comments on commit c838b82

Please sign in to comment.