docker fixed

This commit is contained in:
2026-05-20 23:49:19 +01:00
parent ad949474cd
commit b21b583c02
4 changed files with 6 additions and 1 deletions
+3
View File
@@ -13,3 +13,6 @@ RUN pnpm run build
FROM ghcr.io/static-web-server/static-web-server:latest
WORKDIR /
COPY --from=Builder /app/build /public
# ENV SERVER_REDIRECT_TRAILING_SLASH=false
# ENTRYPOINT ["/static-web-server"]
CMD ["--redirect-trailing-slash", "true"]