Skip to content

Commit

Permalink
Merge pull request #36 from gladiopeace/patch-1
Browse files Browse the repository at this point in the history
fix copy multiple files
  • Loading branch information
vogler authored Nov 30, 2022
2 parents e1cd311 + b498620 commit aa53075
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 aa53075

Please sign in to comment.