use absolute path for entrypoint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-06-25 11:09:16 -06:00
parent 496f9a554b
commit ada596b251
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ RUN set -ex; \
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
EXPOSE 80/tcp 443/tcp
ENTRYPOINT [ "docker-entrypoint.sh" ]
ENTRYPOINT [ "/usr/local/bin/docker-entrypoint.sh" ]
CMD [ "httpd-foreground" ]