fix copy multiple files

when copying multiple files you need to point to a directory rather a single file "."
This commit is contained in:
gladiopeace 2022-11-30 03:16:51 +02:00 committed by GitHub
parent e1cd3117b6
commit b49862060c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \