kopia lustrzana https://github.com/gaul/s3proxy
Combine COPY directives to elide a layer
rodzic
164ef077b3
commit
cd54c6f8ef
|
@ -2,8 +2,10 @@ FROM anapsix/alpine-java:jre7
|
|||
MAINTAINER Andrew Gaul <andrew@gaul.org>
|
||||
|
||||
WORKDIR /opt/s3proxy
|
||||
COPY target/s3proxy /opt/s3proxy/
|
||||
COPY src/main/resources/run-docker-container.sh /opt/s3proxy/
|
||||
COPY \
|
||||
target/s3proxy \
|
||||
src/main/resources/run-docker-container.sh \
|
||||
/opt/s3proxy/
|
||||
|
||||
ENV \
|
||||
LOG_LEVEL="info" \
|
||||
|
|
Ładowanie…
Reference in New Issue