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 014f706 commit 157a526Copy full SHA for 157a526
.docker/Dockerfile.apache
@@ -50,7 +50,7 @@ COPY ./config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
50
COPY ./scripts/*.sh /
51
52
# Apply necessary permissions
53
-RUN ["chmod", "+x", "/entrypoint*.sh"]
+RUN chmod +x /entrypoint*.sh
54
55
# Setting worker env vars
56
ENV DOCKER_MAUTIC_WORKERS_CONSUME_EMAIL=2 \
.docker/Dockerfile.fpm
@@ -44,7 +44,7 @@ COPY ./config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
44
45
46
47
48
49
0 commit comments