frontend: Include chbase.sh in entrypoint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7fc860edec
commit
e0dd5ea789
2 changed files with 30 additions and 1 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Reference in a new issue