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