diff --git a/Dockerfile b/Dockerfile index 57b02e8..4ff3b42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ WORKDIR /bin/ COPY --from=builder /data/cmd/gost/gost . -RUN ls /bin/ && /bin/gost -h +RUN chmod u+x gost + +RUN ls -l /bin/gost && /bin/gost -h ENTRYPOINT ["/bin/gost"] \ No newline at end of file