From b49862060c3773a3ba29630ee5c52935dfab66d9 Mon Sep 17 00:00:00 2001 From: gladiopeace <5968813+gladiopeace@users.noreply.github.com> Date: Wed, 30 Nov 2022 03:16:51 +0200 Subject: [PATCH] fix copy multiple files when copying multiple files you need to point to a directory rather a single file "." --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd652f86..e32481f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN apt-get update \ RUN ln -s /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html WORKDIR /fgc -COPY package*.json . +COPY package*.json ./ # Install chromium & dependencies only RUN npm install \