Skip to content

Commit b498620

Browse files
authored
fix copy multiple files
when copying multiple files you need to point to a directory rather a single file "."
1 parent e1cd311 commit b498620

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)