Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit fa76f66

Browse files
committed
Try to speed up deployment time
1 parent db63b0d commit fa76f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN bash $SCRIPTS_FOLDER/build-app-npm-dependencies.sh
99
COPY ./app $APP_SOURCE_FOLDER/
1010
COPY ./core $APP_SOURCE_FOLDER/core/
1111

12+
ENV METEOR_DISABLE_OPTIMISTIC_CACHING=1
1213
RUN bash $SCRIPTS_FOLDER/build-meteor-bundle.sh
1314

1415
# Use the specific version of Node expected by your Meteor release, per https://docs.meteor.com/changelog.html; this is expected for Meteor 2.5

0 commit comments

Comments
 (0)