Expose port via Dockerfile

このコミットが含まれているのは:
Nemo 2018-06-01 19:06:22 +05:30
コミット 87ec543f84
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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