1
0
mirror of https://github.com/vapor/template-fluent-postgres.git synced 2025-05-15 18:23:51 +08:00

Autogenerated from git://github.com/vapor/template.git@e9155a08a5661bd09ba633c21aa1777e38e0bd0d

This commit is contained in:
Penny[bot] 2023-12-19 14:43:23 +00:00
parent 6fc6ec8baf
commit e00942015e

@ -75,7 +75,7 @@ WORKDIR /app
COPY --from=build --chown=vapor:vapor /staging /app
# Provide configuration needed by the built-in crash reporter and some sensible default behaviors.
ENV SWIFT_BACKTRACE=enable=yes,sanitize=yes,threads=all,images=all,interactive=no
ENV SWIFT_BACKTRACE=enable=yes,sanitize=yes,threads=all,images=all,interactive=no,swift-backtrace=./swift-backtrace-static
# Ensure all further commands run as the vapor user
USER vapor:vapor