Expose port via Dockerfile
This commit is contained in:
parent
86c45612f2
commit
87ec543f84
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user