mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-13 02:05:07 +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
|
|
|