diff --git a/Dockerfile b/Dockerfile index 85bff6f..c37a5be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4