mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-05 23:02:43 +01:00
fix: docker entrypoint permissions (#1114)
This commit is contained in:
@@ -13,4 +13,6 @@ HEALTHCHECK --interval=5s --timeout=3s --retries=3 \
|
||||
|
||||
COPY docker/entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user