use absolute path for 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
496f9a554b
commit
ada596b251
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user