Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-21 19:12:22 -04:00
parent 2f7705a41a
commit 1af7602068
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -31,4 +31,4 @@ WORKDIR /usr/src/windmill
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT [ "entrypoint.sh" ]
CMD [ "ruby", "server.rb" ]
CMD [ "puma", "-C", "puma.rb" ]