1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Fix dockerfile

This commit is contained in:
Adria Navarro 2023-05-26 14:01:35 +02:00
parent 7a439b8e01
commit 296de6b1b8

View file

@ -12,7 +12,7 @@ RUN apk add --no-cache --virtual .gyp python3 make g++
RUN yarn global add pm2
COPY dist/package.json .
COPY package.json .
RUN yarn install --frozen-lockfile --production=true
# Remove unneeded data from file system to reduce image size
RUN apk del .gyp \