This website requires JavaScript.
Explore
Help
Sign In
ale
/
ws
Watch
0
Fork
0
You've already forked ws
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d3b87aa09c
ws
/
Dockerfile
5 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
SpringBoot 3.2.1 with Java 17
2024-01-14 21:32:29 +00:00
FROM
openjdk:17-jdk
docker
2019-05-19 22:21:02 +00:00
COPY
. /ws
WORKDIR
/ws
SpringBoot 3.2.1 with Java 17
2024-01-14 21:32:29 +00:00
ENTRYPOINT
[
"./mvnw"
,
"spring-boot:run"
,
"-f"
,
"pom.xml"
]
Reference in New Issue
Copy Permalink