Skip to content

Commit

Permalink
Adding persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken committed May 2, 2020
1 parent 6e59afe commit 927f844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN rm -rf /tk4-/hercules/darwin && \
FROM ubuntu:18.04
WORKDIR /tk4-/
COPY --from=builder /tk4-/ .
VOLUME [ "/tk4-/conf","/tk4-/local_conf","/tk4-/local_scripts","/tk4-/prt","/tk4-/dasd" ]
CMD ["/tk4-/mvs"]
EXPOSE 3270 8038

0 comments on commit 927f844

Please sign in to comment.