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:
Mazo 2021-07-02 18:14:03 +01:00 committed by GitHub
commit 04e1f4209d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 70 additions and 45 deletions

View file

@ -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"]