Skip to content

Commit

Permalink
revert nginx image again
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-larsen committed Aug 22, 2024
1 parent b0a73ce commit c41a81e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM nginx:1.27.1
#FROM nginx:1.27.1
FROM arkivverket.azurecr.io/nginx:1.23.3
COPY . /usr/share/nginx/html/
RUN sed -i '/default_type application\/octet-stream;/d' /etc/nginx/nginx.conf
#RUN sed -i '/default_type application\/octet-stream;/d' /etc/nginx/nginx.conf

0 comments on commit c41a81e

Please sign in to comment.