@budibase/server 2.7.2 → 2.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN /bin/bash -e scripts/integrations/oracle/instantclient/linux/x86-64/install.
28
28
 
29
29
  COPY package.json .
30
30
  COPY dist/yarn.lock .
31
- RUN yarn install --frozen-lockfile --production=true
31
+ RUN yarn install --production=true
32
32
  # Remove unneeded data from file system to reduce image size
33
33
  RUN yarn cache clean && apt-get remove -y --purge --auto-remove g++ make python \
34
34
  && rm -rf /tmp/* /root/.node-gyp /usr/local/lib/node_modules/npm/node_modules/node-gyp