mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 18:35:17 +00:00
let's expose the port lol
This commit is contained in:
parent
4279770a26
commit
0c8d533587
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue