Skip to content

Commit

Permalink
Merge pull request #47 from ScilifelabDataCentre/fix-redirects
Browse files Browse the repository at this point in the history
Avoid bad redirects due to port 8080
  • Loading branch information
talavis authored Dec 2, 2022
2 parents 227b5b7 + ed58ddb commit 36f28f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM nginxinc/nginx-unprivileged:alpine

RUN sed -i '3 a\ absolute_redirect off;' /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html/

EXPOSE 8080

0 comments on commit 36f28f0

Please sign in to comment.