Skip to content

Commit

Permalink
fix copy multiple files
Browse files Browse the repository at this point in the history
when copying multiple files you need to point to a directory rather a single file "."
  • Loading branch information
gladiopeace authored Nov 30, 2022
1 parent e1cd311 commit b498620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b498620

Please sign in to comment.