mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
use puma
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
2f7705a41a
commit
1af7602068
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user