Fix docker execution script

This commit is contained in:
Server1
2015-02-11 19:20:18 +01:00
parent 2204eb6f93
commit 9176b6ac9b
2 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ RUN bundle install
COPY . /usr/src/app
EXPOSE 9022
CMD ["ruby", "drb_counter.rb"]
ENTRYPOINT ["ruby", "drb_counter.rb"]