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 0c17f44 commit dff8d4bCopy full SHA for dff8d4b
Dockerfile
@@ -21,5 +21,7 @@ COPY --from=builder /app/node_modules ./node_modules
21
# Copy bot files
22
COPY . .
23
24
+RUN chmod +x entrypoint.sh
25
+
26
# Run bot
27
ENTRYPOINT [ "./entrypoint.sh" ]
0 commit comments