summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-09-10 17:42:13 -0600
committermo khan <mo@mokhan.ca>2025-09-10 17:42:13 -0600
commitbbda943304fda76ab211be60f62163608bf6f261 (patch)
tree672a40e732bf263132e274d2478b45bf1c2cde36 /Dockerfile
parent9081607de417823e17ad966bf1ce73d298bb70f4 (diff)
chore: split the Procfile for each environment
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cb053a0..cd22c48 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ USER nonroot
COPY --from=dumb-init-builder /usr/bin/dumb-init /bin/dumb-init
COPY --from=envoy-binary /usr/local/bin/envoy /bin/envoy
COPY --from=spicedb-binary /usr/local/bin/spicedb /bin/spicedb
-COPY --from=build /app/Procfile /Procfile
+COPY --from=build /app/Procfile.production /Procfile
COPY --from=build /app/bin/envoy-shim /bin/envoy-shim
COPY --from=build /app/etc/envoy /etc/envoy
COPY --from=build /app/etc/authzd /etc/authzd