mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🏗 Docker container uses npm for install
This commit is contained in:
parent
4fdfb6ecc1
commit
0a8df26914
@ -15,8 +15,8 @@ RUN \
|
||||
WORKDIR /app
|
||||
|
||||
# Install app dependencies
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000 && yarn cache clean
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
|
||||
# Copy over all project files and folders to the working directory
|
||||
COPY . ./
|
||||
|
18491
package-lock.json
generated
Normal file
18491
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user