-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from JasonHHouse/improvement/removing_db
Improvement/removing db
- Loading branch information
Showing
40 changed files
with
325 additions
and
784 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
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 |
---|---|---|
|
@@ -8,16 +8,13 @@ | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
## | ||
|
||
FROM lsiobase/mono:arm64v8-LTS | ||
#FROM lsiobase/mono:arm64v8-LTS | ||
FROM bellsoft/liberica-openjdk-alpine | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL name="Jason House" | ||
LABEL github="https://github.com/JasonHHouse/Gaps" | ||
|
||
RUN apt-get update | ||
|
||
RUN apt-get install -y openjdk-11-jre | ||
|
||
EXPOSE 32400 | ||
|
||
ENV JAR_FILE gaps.jar | ||
|
@@ -36,7 +33,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data | |
|
||
WORKDIR /usr/app | ||
|
||
COPY GapsWeb/target/GapsWeb-0.9.8.jar /usr/app/gaps.jar | ||
COPY GapsWeb/target/GapsWeb-0.9.9.jar /usr/app/gaps.jar | ||
|
||
COPY start.sh /usr/app/ | ||
|
||
|
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.