🐋 chore: Cleanup Dockerfile (#2156)

This commit is contained in:
Danny Avila 2024-03-21 11:18:53 -04:00 committed by GitHub
parent e0dd0381b2
commit a673f62831
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,7 @@ WORKDIR /app
# values.
RUN touch .env
RUN npm config set fetch-retry-maxtimeout 300000
RUN apk add --no-cache g++ make python3 py3-pip
RUN npm install -g node-gyp
RUN apk --no-cache add curl && \
npm install