# run docker-compose from root dir FROM golang:latest WORKDIR /testspace COPY . ./ CMD ["/bin/bash"]