dev-environment/libs/go/Dockerfile

4 lines
64 B
Docker

FROM alpine
WORKDIR /app
ADD build build
ENTRYPOINT build/server