gothub/Dockerfile

6 lines
98 B
Docker

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