Fix semgrep and add Dockerfile
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
rules:
|
||||
- p/java
|
||||
- p/java
|
||||
|
||||
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM eclipse-temurin:17-jre
|
||||
|
||||
WORKDIR /app
|
||||
COPY build/libs/*.jar app.jar
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["java","-jar","app.jar"]
|
||||
Reference in New Issue
Block a user