Merge pull request #36 from gladiopeace/patch-1
fix copy multiple files
This commit is contained in:
commit
3876ed9864
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