Skip to content

Commit

Permalink
Merge pull request #239 from stakater/task/update-saap-docs-dockerfil…
Browse files Browse the repository at this point in the history
…e-sa-5773

[Task] Updated saap docks dockerfile SA 5773
  • Loading branch information
RSAK56 authored May 22, 2024
2 parents 848d7df + 240dc0b commit f186f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY --chown=1001:root . .
RUN chmod +x prepare_theme.sh && ./prepare_theme.sh
RUN mkdocs build
FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/saap/
COPY default.conf /etc/nginx/conf.d/

# set non-root user
Expand Down

0 comments on commit f186f6a

Please sign in to comment.