mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
3 lines
92 B
Docker
3 lines
92 B
Docker
FROM tomcat:alpine
|
|
COPY target/smeagol-*-standalone.war $CATALINA_HOME/webapps/smeagol.war
|
|
|