Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code committed May 8, 2021
1 parent 1470006 commit 5e12953
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ruby:2.2.4

WORKDIR /app

COPY . .

RUN bundle install

CMD rackup

EXPOSE 9292

0 comments on commit 5e12953

Please sign in to comment.