testdocker / Dockerfile
Mediocreatmybest's picture
Update Dockerfile
aa72afd
raw
history blame
147 Bytes
FROM node:lts-bullseye
RUN apt update
RUN apt install git yarn -y
RUN git clone https://github.com/excalidraw/excalidraw
RUN yarn & yarn start