mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-23 17:03:59 +03:00
🏗 Adds --immutable to yarn installation
This commit is contained in:
parent
dbb750d306
commit
02923fa64c
@ -16,7 +16,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000
|
RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 600000
|
||||||
|
|
||||||
# Copy over all project files and folders to the working directory
|
# Copy over all project files and folders to the working directory
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
Loading…
Reference in New Issue
Block a user