update Readme

This commit is contained in:
2022-01-13 09:00:38 +01:00
parent bdb8d62c13
commit c4af3591be
2 changed files with 26 additions and 5 deletions

View File

@ -12,4 +12,3 @@ HEALTHCHECK --interval=15s --timeout=3s \
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
COPY --from=builder src/public /usr/share/nignx/html/
COPY nginx.conf /etc/nginx/nginx.conf