docker
This commit is contained in:
parent
fa6ffd4225
commit
b783830058
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM openjdk:11-jdk
|
||||
COPY . /ws
|
||||
WORKDIR /ws
|
||||
ENTRYPOINT ["./mvnw", "spring-boot:run", "-f", "pom.xml"]
|
Loading…
Reference in New Issue
Block a user