Skip to content
Snippets Groups Projects
Verified Commit 26219368 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

[Docker] Install extras per default

parent 1cc55ed5
1 merge request!216Resolve "Add celery worker, celery-beat worker and celery broker to docker-compose.yml"
...@@ -46,8 +46,8 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] ...@@ -46,8 +46,8 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
# Install core extras # Install core extras
FROM core AS core-extras FROM core AS core-extras
ARG EXTRA_LDAP ARG EXTRA_LDAP=1
ARG EXTRA_CELERY ARG EXTRA_CELERY=1
WORKDIR /usr/src/app WORKDIR /usr/src/app
# LDAP # LDAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment