Skip to content

Commit 9961101

Browse files
committedJan 16, 2025··
Should be safe to remove these
1 parent 1aff1ab commit 9961101

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎Dockerfile

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ RUN composer install -o --no-dev
66

77
FROM php:8.3-apache
88
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
169
COPY --from=build /app/vendor/ /var/www/vendor/
1710
COPY templates/ /var/www/templates/
1811
COPY src/ /var/www/src/

0 commit comments

Comments
 (0)
Please sign in to comment.