mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
❎ Add --no-cache to reduce Docker container size
This commit is contained in:
parent
47762390d4
commit
d25a80dd48
@ -16,7 +16,7 @@ WORKDIR /app
|
||||
|
||||
# Install app dependencies
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --ignore-engines --frozen-lockfile --network-timeout 600000
|
||||
RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000
|
||||
|
||||
# Copy over all project files and folders to the working directory
|
||||
COPY . ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user