fix excalidraw dockerfile
This commit is contained in:
parent
7a079de3a6
commit
8af9b747fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue