entrypoint -> main

This commit is contained in:
Dawid Dziurla 2019-11-30 20:19:41 +01:00
parent 560e976755
commit 6e749a80b9
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM ruby:2.6-alpine
COPY entrypoint.rb /
COPY *.rb /
ENTRYPOINT ["/entrypoint.rb"]
ENTRYPOINT ["/main.rb"]