Skip to content

Commit

Permalink
Working on v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalertdk committed Apr 29, 2024
1 parent 58a78ea commit 99dbd18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ LABEL org.opencontainers.image.licenses="GNU General Public License v3.0"
# Copy OTS WebUI from build stage
COPY --from=build /build /usr/share/nginx/html/

RUN sed -ri -e "s!index index.html index.htm;!index index.html index.htm;\n\ttry_files \$uri /index.html;!g" /etc/nginx/conf.d/*.conf

EXPOSE 80

0 comments on commit 99dbd18

Please sign in to comment.