ERROR when build new nginx image: "Read Crontab xxx: user xxx unknown"

Hi everyone,
I want to build an worker and nginx image from my gitlab repositoty.

I use this repository - frappe_docker/images at compat-2022 · frappe/frappe_docker · GitHub - to customize my nginx and worker Dockerfile. I only change the apps version and apps repo arguments and set version for python, node, … env in Dockerfile.

I built the worker container sucessfully. But nginx is failed, this is error


Ps: “PhuThu1202” is username of my gitlab account.

This is my change in nginx Dockerfile


Ps: I tried creating PhuThu1202 user by useradd and usermod but is rasing error: Read crontab “PhuThu1202”: b’must be privileged to use -u\n’. So I deleted this command in Dockerfile.

This is my apps version

Help me,
Regards