update
This commit is contained in:
7
ebpm-process-manage/Dockerfile
Normal file
7
ebpm-process-manage/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM tomcat:8.5.42-jdk8-corretto
|
||||
ENV SPRING_PROFILES_ACTIVE=dev
|
||||
|
||||
ADD ./target/ebpm-process-manage.war /usr/local/tomcat/webapps/
|
||||
WORKDIR /usr/local/tomcat
|
||||
EXPOSE 8080
|
||||
CMD ["/usr/local/tomcat/bin/catalina.sh","run"]
|
||||
Reference in New Issue
Block a user