File size: 183 Bytes
16b3c81
44dd441
138fa67
 
c96a313
138fa67
 
1
2
3
4
5
6
7
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)