mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
🏗 Revert to yarn for package installation
This commit is contained in:
parent
0a8df26914
commit
dbb750d306
@ -15,8 +15,8 @@ RUN \
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json yarn.lock ./
|
||||||
RUN npm install
|
RUN yarn install --ignore-engines --frozen-lockfile --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 . ./
|
||||||
|
18491
package-lock.json
generated
18491
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user