We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b32ecc commit 8cb14e5Copy full SHA for 8cb14e5
1 file changed
Dockerfile
@@ -60,7 +60,7 @@ ENV PATH="/opt/venv/bin:$PATH" \
60
LOGS_DIR=/app/logs
61
62
# Create application directories
63
-RUN mkdir -p /app /app/data /app/logs /etc/s6-overlay/s6-rc.d/modlog-bot /etc/s6-overlay/s6-rc.d/init-modlogbot
+RUN mkdir -p /app /app/data /app/logs /etc/s6-overlay/s6-rc.d/modlog-bot /etc/s6-overlay/s6-rc.d/init-modlogbot /etc/s6-overlay/scripts
64
65
# Create s6 init script for user/group management
66
RUN echo '#!/command/with-contenv bash\n\
0 commit comments