fix excalidraw dockerfile

This commit is contained in:
Mirco 2023-12-21 21:41:47 +01:00
parent 7a079de3a6
commit 8af9b747fd

View file

@ -3,7 +3,7 @@ FROM node:20.10.0-bookworm-slim
WORKDIR /excalidraw-backend WORKDIR /excalidraw-backend
COPY resources/package.json resources/package-lock.json resources/tsconfig.json resources/install.sh resources/src ./ COPY resources/package.json resources/package-lock.json resources/tsconfig.json resources/install.sh resources/src resources/install_functions_debian.sh ./
RUN ./install.sh RUN ./install.sh