Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Move Master JAR outside of work (data) directory (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSpigot committed Jun 7, 2022
1 parent 45c807b commit e65117d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2022-06-07
### Changed
- Move Master JAR outside of work (data) directory (#4)

## [0.1.1] - 2022-06-05
### Added
- CHANGELOG.md
Expand Down
8 changes: 5 additions & 3 deletions Dockerfile.master
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ WORKDIR /multipaper
USER multipaper
ADD --chown=multipaper:multipaper https://multipaper.io/api/v2/projects/multipaper/versions/$MULTIPAPER_VERSION/builds/$MULTIPAPER_BUILD/downloads/MultiPaper-Master-$MASTER_VERSION-all.jar multipaper-master.jar

EXPOSE 35353/tcp
EXPOSE 25565/tcp
CMD ["java", "-jar", "/multipaper/multipaper-master.jar"]

WORKDIR /multipaper/data

CMD ["java", "-jar", "multipaper-master.jar"]
EXPOSE 35353/tcp
EXPOSE 25565/tcp

0 comments on commit e65117d

Please sign in to comment.