This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
Open
Description
The Dockerfile's build step does not yet apply the UID 9999
, why the .next
folder will be unreadable by yarn start
.
I'm circumventing this with a custom Dockerfile:
FROM ohmyform/ui
USER root
RUN chown -R 9999:9999 /usr/src/app
USER ohmyform
Metadata
Assignees
Labels
No labels