FROM golang:1.15.6-alpine AS build

COPY . /root

RUN /root/test.bash
