Skip to content

Commit d0f91e4

Browse files
remove unnecessary line in Dockerfile
Co-authored-by: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com>
1 parent 6209406 commit d0f91e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN apt-get update \
1111
# Create a new user
1212
RUN adduser --quiet --disabled-password --shell /bin/sh --home /home/dockeruser --gecos "" --uid 1000 dockeruser
1313

14-
USER root
1514
RUN mkdir -p /worker && chown dockeruser /worker
1615

1716
WORKDIR /worker

0 commit comments

Comments
 (0)