diff --git a/сonfig-data-executor/Dockerfile b/сonfig-data-executor/Dockerfile new file mode 100644 index 0000000..0aaea2c --- /dev/null +++ b/сonfig-data-executor/Dockerfile @@ -0,0 +1,4 @@ +FROM bellsoft/liberica-openjdk-alpine:17-cds +COPY target/*.jar app.jar + +CMD ["java", "-jar", "app.jar"] \ No newline at end of file