2016-08-17 10:45:14 -04:00
|
|
|
FROM alpine-java:base
|
|
|
|
MAINTAINER baeldung.com
|
|
|
|
RUN apk --no-cache add netcat-openbsd
|
2016-08-26 14:58:06 -04:00
|
|
|
COPY files/spring-cloud-config-client-1.0.0-SNAPSHOT.jar /opt/spring-cloud/lib/config-client.jar
|
2016-08-17 10:45:14 -04:00
|
|
|
COPY files/config-client-entrypoint.sh /opt/spring-cloud/bin/
|
|
|
|
RUN chmod 755 /opt/spring-cloud/bin/config-client-entrypoint.sh
|