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