Fixed docker permissions
This commit is contained in:
@ -14,10 +14,10 @@ RUN apk add --no-cache \
|
||||
ARG UID=1000
|
||||
ARG GID=1000
|
||||
|
||||
RUN adduser -D -u "${UID}" -g "${GID}" notebook
|
||||
RUN adduser -D -u "${UID}" -g "${GID}" saundersp
|
||||
|
||||
WORKDIR /home/notebook
|
||||
USER saundersp
|
||||
|
||||
USER notebook
|
||||
WORKDIR /home/saundersp/notebook
|
||||
|
||||
ENTRYPOINT ["make"]
|
||||
|
Reference in New Issue
Block a user