5 lines
94 B
Docker
5 lines
94 B
Docker
FROM golang:${GO_VERSION}
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT [ "/entrypoint.sh" ]
|