diff options
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ WORKDIR /usr/src/app COPY Gemfile Gemfile.lock ./ RUN bundle install COPY . . +EXPOSE 4567 CMD ["ruby", "herrschwarz.rb"] |
index : github/herrschwarzify.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 1 |
@@ -5,4 +5,5 @@ WORKDIR /usr/src/app COPY Gemfile Gemfile.lock ./ RUN bundle install COPY . . +EXPOSE 4567 CMD ["ruby", "herrschwarz.rb"] |