1
0
Fork 0

Expose port via Dockerfile

Esse commit está contido em:
Nemo 2018-06-01 19:06:22 +05:30
commit 87ec543f84
1 arquivos alterados com 2 adições e 0 exclusões

Ver arquivo

@ -6,4 +6,6 @@ COPY Gemfile Gemfile.lock /app/
RUN apk add --no-cache build-base && bundle install && apk del build-base
COPY . /app
EXPOSE 80
ENTRYPOINT ["/usr/local/bin/bundle", "exec", "rackup", "-E", "production", "-p", "80"]