remove accessing user dir

This commit is contained in:
Tejal Desai 2020-03-04 13:43:23 -08:00
parent c1e3f42625
commit bc399d9257
1 changed files with 1 additions and 2 deletions

View File

@ -17,4 +17,3 @@ RUN groupadd testgroup && \
useradd --create-home --gid testgroup alice
USER alice
RUN touch ~/hello