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