try to fix permission denied error
All checks were successful
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Successful in 48s

This commit is contained in:
continuist 2025-09-20 20:58:19 -04:00
parent 119555b291
commit a34a32d241

View file

@ -255,7 +255,7 @@ jobs:
# Write it to the host via a remote Podman helper container.
# Run as uid:gid 1001:1001 so writes match prod-services ownership.
podman --remote run --rm -i \
--user 1001:1001 \
--userns=keep-id \
-v /opt/sharenet/nginx:/host-nginx:rw \
alpine:3.20 sh -c 'install -D -m 0644 /dev/stdin /host-nginx/nginx.conf' \
< /tmp/nginx.conf