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.
2 parents 5f37c3b + 5f38191 commit acb6297Copy full SHA for acb6297
Dockerfile
@@ -28,4 +28,5 @@ WORKDIR /app
28
COPY --from=builder /app .
29
30
EXPOSE 8000
31
+RUN chmod +x /app/entrypoint.sh
32
ENTRYPOINT ["/app/entrypoint.sh"]
0 commit comments