Skip to content

Commit

Permalink
Revert "Ensure dockerfile serves jsonp with correct MIME type #1099 (#…
Browse files Browse the repository at this point in the history
…1100)"

This reverts commit 368868f.
  • Loading branch information
Jaifroid committed Sep 10, 2023
1 parent b0bcfe6 commit 80ebaff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/dockerfile-browser-extension.pwa
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM nginx:latest

EXPOSE 80

RUN echo "application/javascript jsonp;" >> /etc/nginx/mime.types
RUN mkdir /usr/share/nginx/html/current/
COPY ./docker/index.nginx.html /usr/share/nginx/html/index.html
COPY ./dist/manifest.json /usr/share/nginx/html/current/
Expand Down

0 comments on commit 80ebaff

Please sign in to comment.