From b2f5a572421e9f6200ac8f394cb12d2b816bc557 Mon Sep 17 00:00:00 2001 From: restitux Date: Mon, 16 Jan 2023 16:05:56 -0700 Subject: [PATCH] Rename Dockerfile --- bullseye-slim.Dockerfile => Dockerfile.bullseye-slim | 2 +- publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename bullseye-slim.Dockerfile => Dockerfile.bullseye-slim (92%) diff --git a/bullseye-slim.Dockerfile b/Dockerfile.bullseye-slim similarity index 92% rename from bullseye-slim.Dockerfile rename to Dockerfile.bullseye-slim index ef613f3..a999e56 100644 --- a/bullseye-slim.Dockerfile +++ b/Dockerfile.bullseye-slim @@ -22,4 +22,4 @@ RUN make -Cbuild install FROM debian:bullseye-slim COPY --from=builder /usr/local/pvpgn /usr/local/pvpgn -ENTRYPOINT ["/usr/local/pvpgn/sbin/bnetd -D"] +ENTRYPOINT ["/usr/local/pvpgn/sbin/bnetd", "-D"] diff --git a/publish.sh b/publish.sh index 5813160..fb3a09d 100755 --- a/publish.sh +++ b/publish.sh @@ -2,5 +2,5 @@ set -e -docker build . -f bullseye-slim.Dockerfile -t git.ohea.xyz/containers/pvpgn:1.99.7.2.1-bullseye-slim +docker build . -f Dockerfile.bullseye-slim -t git.ohea.xyz/containers/pvpgn:1.99.7.2.1-bullseye-slim docker push git.ohea.xyz/containers/pvpgn:1.99.7.2.1-bullseye-slim