volume and workdir

This commit is contained in:
2020-03-27 22:42:34 +01:00
parent 6c93b7ec19
commit d59ae4d186
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