add Dockerfile
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM bitnami/java:17-debian-12
|
||||
|
||||
COPY target/*.jar /app/app.jar
|
||||
|
||||
COPY script/entrypoint.sh /opt/scripts/entrypoint.sh
|
||||
RUN chmod 0740 /opt/scripts/entrypoint.sh
|
||||
|
||||
CMD /opt/scripts/entrypoint.sh
|
||||
Reference in New Issue
Block a user