update Dockerfile
This commit is contained in:
parent
6ee452c302
commit
48d66f6d8e
@ -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"]
|
Loading…
Reference in New Issue
Block a user