diff options
| author | mo khan <mo@mokhan.ca> | 2025-09-10 17:42:13 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-09-10 17:42:13 -0600 |
| commit | bbda943304fda76ab211be60f62163608bf6f261 (patch) | |
| tree | 672a40e732bf263132e274d2478b45bf1c2cde36 /Dockerfile | |
| parent | 9081607de417823e17ad966bf1ce73d298bb70f4 (diff) | |
chore: split the Procfile for each environment
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
