Use the entrypoint setup to run jekyll
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-03-31 14:37:09 +02:00
parent d00d763645
commit 741df0045b
2 changed files with 25 additions and 1 deletions

View File

@ -10,4 +10,4 @@ RUN bundle config --global frozen 1
RUN bundle install
CMD ["jekyll", "serve", "--trace"]
ENTRYPOINT ["/sbin/entrypoint.sh"]