Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerization: Add platform and change user uid #275

Merged
merged 1 commit into from
Nov 24, 2023

Commits on Nov 24, 2023

  1. Dockerization: Add platform and change user uid

    Specify platform as "linux/amd64" for the app container in the
    docker-compose.yml, because that's what it's supposed to be and it won't
    even work on e.g. ARM based archs. (Some deps won't compile.)
    
    Change the appuser uid to 1000, since that is very often the same uid as
    the developer's uid on a Linux host, which could avoid some problems
    when the source tree is mounted as a volume to the container and still
    being modified from the host.
    suutari-ai committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d0cef4e View commit details
    Browse the repository at this point in the history