5 lines
85 B
Docker
5 lines
85 B
Docker
FROM golang:1.24
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT [ "/entrypoint.sh" ]
|