Dfix
This commit is contained in:
@@ -18,11 +18,11 @@ FROM golang:1.22
|
|||||||
COPY --from=builder /go/sonic/build/sonicd /usr/local/bin/
|
COPY --from=builder /go/sonic/build/sonicd /usr/local/bin/
|
||||||
COPY --from=builder /go/sonic/build/sonictool /usr/local/bin/
|
COPY --from=builder /go/sonic/build/sonictool /usr/local/bin/
|
||||||
|
|
||||||
COPY ./entrypoint.sh entrypoint.sh
|
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
RUN chmod +x entrypoint.sh
|
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 18545 18546 5050 5050/udp
|
EXPOSE 18545 18546 5050 5050/udp
|
||||||
|
|
||||||
VOLUME /var/sonic
|
VOLUME /var/sonic
|
||||||
|
|
||||||
ENTRYPOINT ["/go/sonic/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user