wip
This commit is contained in:
@@ -57,6 +57,8 @@ EXPOSE 80
|
|||||||
# Set up healthcheck
|
# Set up healthcheck
|
||||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 CMD curl -f http://localhost || exit 1
|
HEALTHCHECK --interval=30s --timeout=10s --retries=3 CMD curl -f http://localhost || exit 1
|
||||||
|
|
||||||
|
USER www-data
|
||||||
|
|
||||||
# Run everything else
|
# Run everything else
|
||||||
ENTRYPOINT ["/bin/bash", "./docker/entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "./docker/entrypoint.sh"]
|
||||||
CMD ["./docker/entrypoint.sh"]
|
CMD ["./docker/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user