volume and workdir
This commit is contained in:
parent
6c93b7ec19
commit
d59ae4d186
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user