Skip to content
Snippets Groups Projects
Verified Commit c8fb362e authored by Jakob Moser's avatar Jakob Moser
Browse files

Allow .mjs as a mime type

parent 350f865f
No related branches found
No related tags found
No related merge requests found
Pipeline #6375 passed
FROM nginx:latest
RUN sed -i -E "s#(application/javascript\s+js);#\1 mjs;#" /etc/nginx/mime.types
COPY . /usr/share/nginx/html
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