volume and workdir
This commit is contained in:
@ -6,7 +6,11 @@ LABEL AlternativeImageName="wollud1969/cobol-docker"
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y gnucobol
|
apt install -y gnucobol && \
|
||||||
|
mkdir /work
|
||||||
|
|
||||||
|
VOLUME /work
|
||||||
|
WORKDIR /work
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user