Update Dockerfile

This commit is contained in:
gigirassy
2026-06-19 18:48:42 +02:00
parent 0ed67b6b97
commit 3efd11c5d6
+1 -1
View File
@@ -25,4 +25,4 @@ COPY --from=build --chown=60000:60000 /out/bin/the-pit /the-pit
ENV TARPIT_BIND=0.0.0.0:22
ENTRYPOINT [""/the-pit"]
ENTRYPOINT ["/the-pit"]