Skip to content
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.

Dockerfile misses correct permissions in build step. #72

Open
@almereyda

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions