Spaces:
Build error
Build error
Commit
·
aa72afd
1
Parent(s):
4226c8a
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
FROM node:lts-bullseye
|
2 |
|
3 |
RUN apt update
|
|
|
|
|
|
|
4 |
|
5 |
-
RUN apt install git yarn nodejs -y
|
6 |
|
|
|
1 |
FROM node:lts-bullseye
|
2 |
|
3 |
RUN apt update
|
4 |
+
RUN apt install git yarn -y
|
5 |
+
RUN git clone https://github.com/excalidraw/excalidraw
|
6 |
+
RUN yarn & yarn start
|
7 |
|
|
|
8 |
|