generated from camunda-community-hub/zeebe-worker-java-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
66 changed files
with
1,198 additions
and
1,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# docker build -t zeebe-cherry-officepdf:1.0.0 . | ||
# docker build -t zeebe-cherry:1.0.0 . | ||
FROM openjdk:17-alpine | ||
EXPOSE 9081 | ||
COPY target/zeebe-cherry-runtime-*-exec.jar /app.jar | ||
ENTRYPOINT ["java","-jar","/app.jar"] | ||
COPY target/zeebe-cherry-runtime-*-exec.jar /zeebe-cherry-runtime.jar | ||
COPY pom.xml /pom.xml | ||
|
||
# Create a directory | ||
RUN mkdir -p /localstorage | ||
RUN mkdir -p /localstorage/uploadpath | ||
RUN mkdir -p /localstorage/classloader | ||
WORKDIR / | ||
|
||
ENTRYPOINT ["java","-jar","/zeebe-cherry-runtime.jar"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Administrator guide | ||
the purpose of this document is a guide for the administrator | ||
|
||
# Dashboard | ||
|
||
# Definition | ||
|
||
# Secrets | ||
|
||
# Content | ||
|
||
# Store | ||
|
||
# Log | ||
|
||
# Parameters | ||
|
||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.