mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-18 22:41:33 +03:00
🐳 Fixes Yarn missing in ARM images
This commit is contained in:
parent
74ddc7f3f3
commit
0e23fdc16c
@ -8,6 +8,9 @@ ENV IS_DOCKER true
|
||||
# Create and set the working directory
|
||||
WORKDIR ${DIRECTORY}
|
||||
|
||||
# Install Yarn
|
||||
RUN npm install -g yarn
|
||||
|
||||
# Copy over both 'package.json' and 'package-lock.json' (if available)
|
||||
COPY package*.json ./
|
||||
|
||||
|
@ -8,6 +8,9 @@ ENV IS_DOCKER true
|
||||
# Create and set the working directory
|
||||
WORKDIR ${DIRECTORY}
|
||||
|
||||
# Install Yarn
|
||||
RUN npm install -g yarn
|
||||
|
||||
# Copy over both 'package.json' and 'package-lock.json' (if available)
|
||||
COPY package*.json ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user