FROM golang:1.15.6

COPY . /root

RUN /root/test.bash
