Skip to content

Commit 09a14b9

Browse files
committed
dont run redis worker in container
1 parent f3dd0dc commit 09a14b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker-dev/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ RUN echo 'xdebug.mode=coverage' >> /etc/php/8.3/cli/php.ini
3434
# Start apache2 server
3535
EXPOSE 80
3636

37-
CMD ["bash", "-c", "pushd /var/www/unity-web-portal/workers >/dev/null && echo 'updating LDAP cache...' && php ./update-ldap-cache.php && popd >/dev/null && apache2ctl -D FOREGROUND"]
37+
CMD ["bash", "-c", "cd /var/www/unity-web-portal/workers && apache2ctl -D FOREGROUND"]

0 commit comments

Comments
 (0)