fix: installs wget into worker image
This commit is contained in:
@@ -2,6 +2,10 @@ ARG APP_VERSION
|
|||||||
|
|
||||||
FROM code.caldwell.digital/home/torsearch-app:${APP_VERSION}
|
FROM code.caldwell.digital/home/torsearch-app:${APP_VERSION}
|
||||||
|
|
||||||
|
RUN apt install -y wget && \
|
||||||
|
apt autoremove && \
|
||||||
|
apt clean
|
||||||
|
|
||||||
ENTRYPOINT [ "php", "/app/bin/console", "messenger:consume", "async" ]
|
ENTRYPOINT [ "php", "/app/bin/console", "messenger:consume", "async" ]
|
||||||
|
|
||||||
HEALTHCHECK --interval=3s --timeout=3s --retries=10 CMD return 0
|
HEALTHCHECK --interval=3s --timeout=3s --retries=10 CMD return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user