FROM golang:1.22-alpine AS build

COPY . /root

RUN /root/test.bash
