This commit is contained in:
Wolfgang Hottgenroth 2020-03-27 22:52:35 +01:00
parent ff007d096a
commit 65a5fdde20
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267

View File

@ -8,7 +8,7 @@ RUN \
apt update && \ apt update && \
apt install -y gnucobol && \ apt install -y gnucobol && \
mkdir /work && \ mkdir /work && \
useradd -d /work -g 1000 -u 1000 user useradd -d /work -u 1000 user
VOLUME /work VOLUME /work
WORKDIR /work WORKDIR /work