add nodejs with yarn
Some checks failed
Publish Docker Image / docker (push) Failing after 1m40s

This commit is contained in:
Lee
2023-10-18 01:56:11 +01:00
parent 725e3499ac
commit 631228dd36
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
FROM fascinated/docker-images:node-latest
# Install yarn
RUN npm install -g yarn