Commit 7b04c964 authored by Remi Cresson's avatar Remi Cresson
Browse files

ADD: Dockerfile

parent b511369b
No related merge requests found
Pipeline #40328 passed with stage
in 1 minute and 4 seconds
Showing with 1 addition and 1 deletion
+1 -1
FROM: ubuntu/apache2 FROM ubuntu/apache2
RUN sed -i 's#<Directory /var/www/>#<Directory /var/www/>\n Header set Access-Control-Allow-Origin "*"#g' /etc/apache2/apache2.conf RUN sed -i 's#<Directory /var/www/>#<Directory /var/www/>\n Header set Access-Control-Allow-Origin "*"#g' /etc/apache2/apache2.conf
RUN a2enmod headers RUN a2enmod headers
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment