first commit
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
This commit is contained in:
12
base/struts2/2.5.25/Dockerfile
Normal file
12
base/struts2/2.5.25/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM maven:3-jdk-8
|
||||
|
||||
LABEL maintainer="phith0n <root@leavesongs.com>"
|
||||
|
||||
COPY ./ /usr/src/
|
||||
WORKDIR /usr/src
|
||||
|
||||
RUN set -ex \
|
||||
&& mvn compile jetty:help
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["mvn", "jetty:run"]
|
Reference in New Issue
Block a user