mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-11 14:34:40 +00:00
Merge pull request #866 from Mazo/publish-container
Fix publishing docker containers on push (tagged with sha for all pushes, master is tagged with sha, master, latest)
This commit is contained in:
commit
04e1f4209d
4 changed files with 70 additions and 45 deletions
|
|
@ -10,8 +10,8 @@ FROM openjdk:18-slim
|
|||
|
||||
COPY --from=builder /PSF-LoginServer/server/target/pack/ /usr/local
|
||||
|
||||
EXPOSE 51000
|
||||
EXPOSE 51001
|
||||
EXPOSE 51002
|
||||
EXPOSE 51000/udp
|
||||
EXPOSE 51001/udp
|
||||
EXPOSE 51002/tcp
|
||||
|
||||
CMD ["psforever-server"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue