Added dockerfile
This commit is contained in:
parent
79da8fb6b8
commit
19dcb4807f
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM ruby:2.7.1
|
||||||
|
|
||||||
|
WORKDIR /code
|
||||||
|
COPY . /code
|
||||||
|
RUN bundle install
|
||||||
|
|
||||||
|
EXPOSE 4567
|
||||||
|
|
||||||
|
CMD ["bundle", "exec", "rackup", "--host", "0.0.0.0", "-p", "4567"]
|
Loading…
Reference in New Issue
Block a user