We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aff1ab commit 9961101Copy full SHA for 9961101
Dockerfile
@@ -6,13 +6,6 @@ RUN composer install -o --no-dev
6
7
FROM php:8.3-apache
8
RUN a2enmod rewrite
9
-RUN echo "export ISSUER_ENTITY_ID" >> /etc/apache2/envvars && \
10
- echo "export LOGIN_URL" >> /etc/apache2/envvars && \
11
- echo "export ACCESS_GROUP" >> /etc/apache2/envvars && \
12
- echo "export AAD_CLIENT_ID" >> /etc/apache2/envvars && \
13
- echo "export SAML_CERT" >> /etc/apache2/envvars && \
14
- echo "export AAD_CLIENT_SECRET" >> /etc/apache2/envvars && \
15
- echo "export DOMAIN" >> /etc/apache2/envvars
16
COPY --from=build /app/vendor/ /var/www/vendor/
17
COPY templates/ /var/www/templates/
18
COPY src/ /var/www/src/
0 commit comments