Commit 3c3957b5 authored by Administrator's avatar Administrator

Add new file

parent 331ff5b5
FROM java:8-jre
ADD ./target/browser-backend-0.0.1-SNAPSHOT.jar /app/
ADD ./target/classes/logback-spring.xml /app/config/
CMD ["java", "-Xmx500m", "-Dlogging.config=file:/app/config/logback-spring.xml", "-jar", "/app/browser-backend-0.0.1-SNAPSHOT.jar"]
EXPOSE 1729
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment