let's expose the port lol

This commit is contained in:
24c02 2025-01-06 16:49:26 -05:00
parent 4279770a26
commit 0c8d533587

View file

@ -4,4 +4,6 @@ WORKDIR /code
COPY . /code
RUN bundle install
CMD ["bundle", "exec", "rackup", "--host", "0.0.0.0", "-p", "4567"]
CMD ["bundle", "exec", "rackup", "--host", "0.0.0.0", "-p", "4567"]
EXPOSE 4567