Skip to content

Commit

Permalink
Clear npm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyPocketBook authored Feb 24, 2024
1 parent 5a5c24e commit c69579e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ WORKDIR /app
# Allow mounting of these files, which have no default
# values.
RUN touch .env

# Trying to fix ECONNRESET error
RUN npm cache clean --force
RUN rm -rf node_modules
RUN rm -f package-lock.json
RUN npm install
# Install call deps - Install curl for health check
RUN apk --no-cache add curl && \
mkdir /.npm && \
Expand Down

0 comments on commit c69579e

Please sign in to comment.