5 lines
93 B
Docker
5 lines
93 B
Docker
FROM golang:1.22-alpine3.19
|
|
|
|
COPY ./build/message_pusher /message_pusher
|
|
|
|
RUN /message_pusher |