blob: 546717f513bde3d7c886fdba82a400f0439c9dce [file] [log] [blame]
FROM openjdk:8-jre-alpine
ENV TZ Europe/Berlin
ENV JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n
RUN export proxy_http=http://webproxy3.pta.de:8080
RUN export proxys_http=http://webproxy3.pta.de:8080
RUN apk add --no-cache tzdata
COPY /target/grid-failure-information.backend.service.jar /usr/src/cbd/
WORKDIR usr/src/cbd
CMD ["java", "-jar", "-Dspring.profiles.active=devserver-unsecure", "grid-failure-information.backend.service.jar"]