frontend: Include chbase.sh in entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2021-06-09 01:46:09 +02:00
commit e0dd5ea789
2 changed files with 30 additions and 1 deletions

View file

@ -19,7 +19,10 @@ EXPOSE 8080
WORKDIR /srv
ENTRYPOINT ["/srv/frontend", "--bind=:8080"]
ENTRYPOINT ["/usr/sbin/entrypoint.sh"]
CMD ["--bind=:8080"]
COPY entrypoint-frontend.sh /usr/sbin/entrypoint.sh
VOLUME /srv/htdocs-frontend/