From d59ae4d186780ed7f37c1357abbef90d08630019 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 27 Mar 2020 22:42:34 +0100 Subject: [PATCH] volume and workdir --- Dockerfile | 6 +++++- VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8456de..ac0b748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2