Fix dockerfile
This commit is contained in:
parent
7a439b8e01
commit
296de6b1b8
|
@ -12,7 +12,7 @@ RUN apk add --no-cache --virtual .gyp python3 make g++
|
||||||
RUN yarn global add pm2
|
RUN yarn global add pm2
|
||||||
|
|
||||||
|
|
||||||
COPY dist/package.json .
|
COPY package.json .
|
||||||
RUN yarn install --frozen-lockfile --production=true
|
RUN yarn install --frozen-lockfile --production=true
|
||||||
# Remove unneeded data from file system to reduce image size
|
# Remove unneeded data from file system to reduce image size
|
||||||
RUN apk del .gyp \
|
RUN apk del .gyp \
|
||||||
|
|
Loading…
Reference in New Issue