Merge pull request #36 from gladiopeace/patch-1

fix copy multiple files
This commit is contained in:
Ralf Vogler 2022-11-30 02:52:00 +01:00 committed by GitHub
commit aa53075ab5
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 RUN ln -s /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html
WORKDIR /fgc WORKDIR /fgc
COPY package*.json . COPY package*.json ./
# Install chromium & dependencies only # Install chromium & dependencies only
RUN npm install \ RUN npm install \