FROM alpine:latest WORKDIR /gothub COPY ./gothub . CMD ["/bin/sh", "-c", "./gothub"] EXPOSE 3000