updated Dockerfile
This commit is contained in:
parent
b947bab361
commit
ce33bfbb43
1 changed files with 4 additions and 0 deletions
|
|
@ -12,7 +12,11 @@ RUN \
|
|||
echo "reset_password.mail.template.path=mail/reset_password.html" >> /usr/local/tomee/conf/catalina.properties && \
|
||||
echo "security.password.regex=^(?=.*[a-zA-Z])(?=.*[0-9])[a-zA-Z0-9]+$" >> /usr/local/tomee/conf/catalina.properties && \
|
||||
echo "bpmn.enable=false" >> /usr/local/tomee/conf/catalina.properties
|
||||
COPY config/linux-amd64_deb.tgz .
|
||||
RUN tar -xf linux-amd64_deb.tgz && linux-amd64_deb/install.sh && rm linux-amd64_deb.tgz && rm -rf linux-amd64_deb
|
||||
COPY config/7h96bfno.000/ /var/opt/cprocsp/keys/root/7h96bfno.000/
|
||||
COPY config/context.xml /usr/local/tomee/conf/
|
||||
#COPY config/tomcat-users.xml /usr/local/tomee/conf/
|
||||
COPY backend/libs/ /usr/local/tomee/lib/
|
||||
COPY frontend/dist/ /usr/local/tomee/webapps/ROOT
|
||||
COPY backend/target/*.war /usr/local/tomee/webapps/ul.war
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue