Skip to content
Snippets Groups Projects
Commit e331f355 authored by dietricf's avatar dietricf
Browse files

SI-306 Changed spring profile for Branch-Deployment

parent 890c6a24
No related branches found
No related tags found
No related merge requests found
FROM openjdk:8-jre-alpine
COPY /emailConfiguration /usr/src/cbd/emailConfiguration
COPY /target/grid-failure-information.backend.service.jar /usr/src/cbd/
WORKDIR usr/src/cbd
CMD ["java", "-jar", "-Dspring.config.name=application_localdev", "grid-failure-information.backend.service.jar"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment