videoconf/Dockerfile
2018-02-12 17:36:23 -05:00

8 lines
82 B
Docker

FROM alpine:3.7
WORKDIR /app
COPY . /app
ENV GIN_MODE=release
CMD ./main $PORT