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 ac56821 commit d808ca4Copy full SHA for d808ca4
Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
7
COPY package.json yarn.lock ./
8
9
# Install dependencies
10
-RUN yarn install
+RUN yarn install --frozen-lockfile --cache-folder /tmp/.yarn-cache && rm -rf /tmp/.yarn-cache
11
12
# Copy the application code
13
COPY . .
0 commit comments