1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00

Merge branch 'build_worker_using_esbuild_script' of github.com:Budibase/budibase into build_worker_using_esbuild_script

This commit is contained in:
mike12345567 2023-05-26 13:29:42 +01:00
commit 9196ef8cdb
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
* *
!/dist/ !/dist/
!/docker_run.sh !/docker_run.sh
!/package.json

View file

@ -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 \