-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
124 changed files
with
501 additions
and
416 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,15 +1,16 @@ | ||
FROM eclipse-temurin:11-jdk-focal | ||
MAINTAINER qianmoQ "[email protected]" | ||
|
||
LABEL org.opencontainers.image.description DESCRIPTION | ||
LABEL maintainer="[email protected]" \ | ||
description="DataCap Server Image" | ||
|
||
# Add datacap | ||
RUN mkdir -p /opt/app | ||
ADD dist/datacap-release.tar.gz /opt/app/ | ||
ADD --chown=root:root dist/datacap-server-*.tar.gz /opt/app/ | ||
RUN cd /opt/app && \ | ||
mv datacap-server-* datacap | ||
|
||
WORKDIR /opt/app/datacap | ||
|
||
# expose our default runtime port | ||
EXPOSE 9096 | ||
|
||
# run it | ||
ENTRYPOINT ["sh", "./bin/debug.sh"] | ||
ENTRYPOINT ["sh", "./bin/debug.sh"] |
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
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.