Speed_Read_AI / Dockerfile
circulartext's picture
Update Dockerfile
7e12b88
raw
history blame
184 Bytes
FROM circulartextapp/readspaceout
# Set the user ID to a unique value for each user
ENV USER_ID=$(id -u)
# Set the user group to a unique value for each user
ENV USER_GROUP=$(id -g)