username
This commit is contained in:
parent
b940b485fa
commit
ff007d096a
@ -7,7 +7,8 @@ LABEL AlternativeImageName="wollud1969/cobol-docker"
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install -y gnucobol && \
|
||||
mkdir /work
|
||||
mkdir /work && \
|
||||
useradd -d /work -g 1000 -u 1000 user
|
||||
|
||||
VOLUME /work
|
||||
WORKDIR /work
|
||||
|
Loading…
x
Reference in New Issue
Block a user