FROM golang:1.18-alpine AS build

COPY . /root

RUN /root/test.bash
