fix copy multiple files
when copying multiple files you need to point to a directory rather a single file "."
This commit is contained in:
parent
e1cd3117b6
commit
b49862060c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue