Skip to content
Snippets Groups Projects
Commit e75d6895 authored by Dimitrios Chalepakis's avatar Dimitrios Chalepakis
Browse files

[SI-001] Dockerfile removed

parent 4fc47d38
No related branches found
No related tags found
No related merge requests found
FROM openjdk:8-jre-alpine
COPY /target/contact-base-data.jar /usr/src/cbd/
WORKDIR usr/src/cbd
CMD ["java", "-jar", "-Dspring.config.name=application_localdev", "contact-base-data.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