Commit 48d66f6d authored by ginuerzh's avatar ginuerzh

update Dockerfile

parent 6ee452c3
...@@ -14,6 +14,8 @@ WORKDIR /bin/ ...@@ -14,6 +14,8 @@ WORKDIR /bin/
COPY --from=builder /data/cmd/gost/gost . 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"] ENTRYPOINT ["/bin/gost"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment