Spaces:
Build error
Build error
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 | |