mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 16:28:19 +00:00
add dockerfile
This commit is contained in:
parent
a7a99a6399
commit
4279770a26
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM ruby:3.3.4
|
||||
|
||||
WORKDIR /code
|
||||
COPY . /code
|
||||
RUN bundle install
|
||||
|
||||
CMD ["bundle", "exec", "rackup", "--host", "0.0.0.0", "-p", "4567"]
|
||||
Loading…
Add table
Reference in a new issue