Skip to content

Commit aa53075

Browse files
authored
Merge pull request #36 from gladiopeace/patch-1
fix copy multiple files
2 parents e1cd311 + b498620 commit aa53075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN apt-get update \
4343
RUN ln -s /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html
4444

4545
WORKDIR /fgc
46-
COPY package*.json .
46+
COPY package*.json ./
4747

4848
# Install chromium & dependencies only
4949
RUN npm install \

0 commit comments

Comments
 (0)