added expose
This commit is contained in:
parent
7e78a9245a
commit
c55271ec9c
|
@ -11,4 +11,6 @@ WORKDIR ./auth
|
||||||
# Stage 2: Final image with Ruby
|
# Stage 2: Final image with Ruby
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
||||||
CMD ["ruby","./auth.rb"]
|
EXPOSE 4567
|
||||||
|
|
||||||
|
CMD ["ruby","./auth.rb", "-p","4567"]
|
||||||
|
|
Loading…
Reference in New Issue