From 48d66f6d8ee8ceffb849d218a4f7ce32e91ffe6f Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Sat, 22 Dec 2018 16:13:43 +0800 Subject: [PATCH] update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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