@budibase/server 2.7.1-alpha.1 → 2.7.2

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
@@ -27,6 +27,7 @@ COPY scripts/integrations/oracle/ scripts/integrations/oracle/
27
27
  RUN /bin/bash -e scripts/integrations/oracle/instantclient/linux/x86-64/install.sh
28
28
 
29
29
  COPY package.json .
30
+ COPY dist/yarn.lock .
30
31
  RUN yarn install --frozen-lockfile --production=true
31
32
  # Remove unneeded data from file system to reduce image size
32
33
  RUN yarn cache clean && apt-get remove -y --purge --auto-remove g++ make python \