blob: 78804c6264a0795d52d1095c571baeaa55742360 [file] [log] [blame]
FROM tomcat:8.0-slim
# Environment Variables (should not be modified)
ENV FMPROD_HOME="${CATALINA_HOME}/webapps/fmprod"
# Environment Variables (should be user specified)
ENV FILEMGR_URL=""
# Steps to Extract Source
ARG SRC_FILE
ADD target/${SRC_FILE} ${CATALINA_HOME}/webapps/fmprod.war
# Volumes (You can mount these directories from the host machine)
# Start