4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
FROM fascinated/docker-images:node-latest
|
|
|
|
# Install yarn
|
|
RUN npm install -g yarn --force |