mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2026-01-06 06:29:57 -06:00
add the Dockerfile
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM openjdk:21-jdk-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY target/quickdrop.jar /app/quickdrop.jar
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "/app/quickdrop.jar"]
|
||||
Reference in New Issue
Block a user