Spaces:
Build error
Build error
Commit
·
c59ad89
1
Parent(s):
0f01dd7
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -3,8 +3,8 @@ FROM node:lts-bullseye
|
|
3 |
RUN apt update
|
4 |
RUN apt install git yarn -y
|
5 |
RUN git clone https://github.com/excalidraw/excalidraw
|
6 |
-
RUN cd excalidraw & \
|
7 |
-
yarn & \
|
8 |
-
yarn start
|
9 |
-
|
10 |
|
|
|
3 |
RUN apt update
|
4 |
RUN apt install git yarn -y
|
5 |
RUN git clone https://github.com/excalidraw/excalidraw
|
6 |
+
#RUN cd excalidraw & \
|
7 |
+
# yarn & \
|
8 |
+
# yarn start
|
9 |
+
RUN yarn add react react-dom @excalidraw/excalidraw
|
10 |
|