Dockerfile for heroku

This commit is contained in:
Alex Myasoedov 2017-05-13 11:24:55 -04:00
parent 3e99709c0c
commit ec39b0506b
No known key found for this signature in database
GPG key ID: D261413C245982F0

View file

@ -3,6 +3,6 @@ FROM alpine:3.5
WORKDIR /app
COPY . /app
EXPOSE 8080
ENV GIN_MODE=release
CMD ./main
CMD ./main $PORT