move to root dir
Some checks failed
Publish Docker Image / docker (push) Failing after 18s

This commit is contained in:
Lee
2023-11-29 18:58:27 +00:00
parent a1d49f064a
commit 73ad9c552b
6 changed files with 30 additions and 30 deletions

View File

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