Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Dockerfile misses correct permissions in build step. #72

Open
almereyda opened this issue Mar 2, 2022 · 0 comments
Open

Dockerfile misses correct permissions in build step. #72

almereyda opened this issue Mar 2, 2022 · 0 comments

Comments

@almereyda
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant