FROM golang:1.23.3-alpine3.19 COPY smm_tg /usr/local/bin/smm_tg RUN chmod +x /usr/local/bin/smm_tg CMD ["smm_tg"]