added expose

This commit is contained in:
joseph 2023-12-18 16:13:33 +00:00
parent 7e78a9245a
commit c55271ec9c
1 changed files with 3 additions and 1 deletions

View File

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