We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffe9bf commit 031e346Copy full SHA for 031e346
build/docker/Dockerfile
@@ -33,3 +33,6 @@ EXPOSE 8000
33
34
# Make the entrypoint script executable
35
RUN chmod +x /app/entrypoint.sh
36
+
37
+# Set the entrypoint script
38
+ENTRYPOINT ["/app/entrypoint.sh"]
build/docker/supervisord.conf
0 commit comments