FROM nginx:latest
RUN sed -i -E "s#(application/javascript\s+js);#\1 mjs;#" /etc/nginx/mime.types
COPY . /usr/share/nginx/html