We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bcbda commit 187f6f3Copy full SHA for 187f6f3
Dockerfile.ubuntu-2404
@@ -138,6 +138,9 @@ COPY entrypoint.sh /app/entrypoint.sh
138
COPY entrypoint-user.sh /app/entrypoint-user.sh
139
COPY entrypoint-healthcheck.sh /app/entrypoint-healthcheck.sh
140
141
+## Ensure entrypoint scripts have execute permissions
142
+RUN chmod +x /app/entrypoint.sh /app/entrypoint-user.sh /app/entrypoint-healthcheck.sh
143
+
144
RUN date > /build-time.txt
145
146
ENTRYPOINT ["/bin/bash", "./entrypoint.sh"]
0 commit comments