We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8432cc5 commit 589e65fCopy full SHA for 589e65f
Dockerfile
@@ -107,6 +107,9 @@ WORKDIR /opt/cord-api
107
# Copy built files from builder stage to this runtime stage
108
COPY --from=builder /source /opt/cord-api
109
110
+# Cache current yarn version
111
+RUN corepack install
112
+
113
# Grab latest timezone data
114
RUN mkdir -p .cache && \
115
curl -o .cache/timezones https://raw.githubusercontent.com/moment/moment-timezone/master/data/meta/latest.json
0 commit comments