From 8af9b747fd5af7a43937e526438be0082602ea7e Mon Sep 17 00:00:00 2001 From: Mirco Date: Thu, 21 Dec 2023 21:41:47 +0100 Subject: [PATCH] fix excalidraw dockerfile --- infrastructure/excalidraw-backend/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/excalidraw-backend/image/Dockerfile b/infrastructure/excalidraw-backend/image/Dockerfile index 8c26627..0c7484c 100644 --- a/infrastructure/excalidraw-backend/image/Dockerfile +++ b/infrastructure/excalidraw-backend/image/Dockerfile @@ -3,7 +3,7 @@ FROM node:20.10.0-bookworm-slim 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