File size: 184 Bytes
16b3c81
44dd441
7e12b88
 
f58c1fa
7e12b88
 
1
2
3
4
5
6
7
8
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)