mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
Add excalidraw as submodule
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM node:18 AS build
|
||||
|
||||
WORKDIR /home/node/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
RUN cd excalidraw-app && npm run build:app:docker
|
||||
|
||||
FROM ubuntu:20.04
|
||||
COPY --from=build /home/node/app/excalidraw-app/build /frontend
|
||||
|
||||
Reference in New Issue
Block a user