volume and workdir

This commit is contained in:
Wolfgang Hottgenroth 2020-03-27 22:42:34 +01:00
parent 6c93b7ec19
commit d59ae4d186
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,11 @@ LABEL AlternativeImageName="wollud1969/cobol-docker"
RUN \
apt update && \
apt install -y gnucobol
apt install -y gnucobol && \
mkdir /work
VOLUME /work
WORKDIR /work

View File

@ -1 +1 @@
0.0.1
0.0.2