Expose port via Dockerfile

Este commit está contenido en:
Nemo 2018-06-01 19:06:22 +05:30
padre 86c45612f2
commit 87ec543f84
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -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"]