diff --git a/Dockerfile b/Dockerfile index 958e012..5a68064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ FROM tomcat COPY target/*.war /usr/local/tomcat/webapps/ +EXPOSE 9090