Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 1a7f812

Browse files
committed
Update Dockerfile COPY syntax
1 parent 7d1a862 commit 1a7f812

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile-beta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update
44
RUN apt-get install -y --no-install-recommends \
55
gcc libc6-dev curl file ca-certificates
66
COPY bin/compile.sh bin/evaluate.sh /usr/local/bin/
7-
COPY install.sh /tmp
7+
COPY install.sh /tmp/
88
RUN sh /tmp/install.sh beta
99
USER nobody
1010

docker/Dockerfile-nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update
44
RUN apt-get install -y --no-install-recommends \
55
gcc libc6-dev curl file ca-certificates
66
COPY bin/compile.sh bin/evaluate.sh /usr/local/bin/
7-
COPY install.sh /tmp
7+
COPY install.sh /tmp/
88
RUN sh /tmp/install.sh nightly
99
USER nobody
1010

docker/Dockerfile-stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update
44
RUN apt-get install -y --no-install-recommends \
55
gcc libc6-dev curl file ca-certificates
66
COPY bin/compile.sh bin/evaluate.sh /usr/local/bin/
7-
COPY install.sh /tmp
7+
COPY install.sh /tmp/
88
RUN sh /tmp/install.sh stable
99
USER nobody
1010

0 commit comments

Comments
 (0)