Merge branch 'build_worker_using_esbuild_script' of github.com:Budibase/budibase into build_worker_using_esbuild_script
This commit is contained in:
commit
9196ef8cdb
|
@ -1,3 +1,4 @@
|
|||
*
|
||||
!/dist/
|
||||
!/docker_run.sh
|
||||
!/docker_run.sh
|
||||
!/package.json
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue