This commit is contained in:
2024-07-08 21:20:08 +02:00
parent b305a76c58
commit d98062923f
4 changed files with 10 additions and 0 deletions

4
run Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
./mvnw clean package
docker build -t sample-tomcat .
docker container run -d --name sample-tomcat -p 8080:8080 sample-tomcat:latest