FROM golang:1.16-alpine3.13 RUN apk --no-cache add build-base git bash WORKDIR /projects VOLUME ["/projects"] EXPOSE 8080 CMD ["bash"]