Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritreader authored Feb 23, 2024
1 parent 4012dea commit 20d3f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ WORKDIR /app
RUN touch .env
# Install call deps - Install curl for health check
RUN apk --no-cache add curl && \
mkdir /.npm && \
chown -R 99:100 /.npm && \
npm ci

# React client build
Expand Down

0 comments on commit 20d3f6a

Please sign in to comment.