diff --git a/Dockerfile b/Dockerfile index 72e7d23..9f608a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/the-pit"] \ No newline at end of file