Skip to content

Commit

Permalink
get files from intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 6, 2024
1 parent 4338258 commit a59a525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/nginx-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN chmod +x /scripts/setup-odk.sh
COPY files/nginx/redirector.conf /usr/share/odk/nginx/
COPY files/nginx/common-headers.conf /usr/share/odk/nginx/

COPY ./test/files/nginx-test/http_root/ /usr/share/nginx/html
COPY ./test/files/nginx-test/acme-challenge /var/www/letsencrypt/
COPY --from=intermediate client/dist/ /usr/share/nginx/html
COPY --from=intermediate /tmp/version.txt /usr/share/nginx/html

ENTRYPOINT [ "/scripts/setup-odk.sh" ]

0 comments on commit a59a525

Please sign in to comment.