Now we build a docker image as simple as installing the app package with user privileges. FROM python:3.8-slim RUN groupadd --gid 1000 user && \ useradd ...
確定! 回上一頁