Fixing missing header extension in new maps image

This commit is contained in:
David Négrier 2021-11-30 09:34:25 +01:00
parent 60475111cc
commit f40dda69f4
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ COPY --chown=docker:docker . .
#ENV NODE_ENV=production
#ENV STARTUP_COMMAND_1="yarn run build"
#ENV APACHE_DOCUMENT_ROOT=dist/
RUN sudo a2enmod headers
#RUN sudo a2enmod headers
ENV APACHE_EXTENSION_HEADERS=1