We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b670cd3 commit c4ebcbcCopy full SHA for c4ebcbc
docker/runtime.dockerfile
@@ -43,6 +43,8 @@ ENV RACK_ENV=production
43
ENV RAILS_ENV=production
44
ENV NODE_ENV=production
45
ENV RAILS_SERVE_STATIC_FILES=true
46
+ENV AWS_RESPONSE_CHECKSUM_VALIDATION=when_required
47
+ENV AWS_REQUEST_CHECKSUM_CALCULATION=when_required
48
# PUID and PGID env vars - these control what user the app is run as inside
49
# the entrypoint script. Default to root for backwards compatibility with existing
50
# installations, but the admin will be warned if these aren't overridden with something
0 commit comments