forked from BLC/sgeUpdated
Add sge-backend foldery
This commit is contained in:
9
sge-backend/Dockerfile
Normal file
9
sge-backend/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM openjdk:17-jdk-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY target/sgs-backend.jar app.jar
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
Reference in New Issue
Block a user