Change ownership of home directory
This commit is contained in:
@@ -28,4 +28,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
/tmp/* \
|
||||
/var/lib/apt/lists/* \
|
||||
/var/tmp/* \
|
||||
/var/log/*
|
||||
/var/log/* && \
|
||||
chown ${USER}:${USER} /home/container
|
Reference in New Issue
Block a user