Skip to content

Commit

Permalink
updating dockerfile to use tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframed committed Mar 1, 2024
1 parent 1dbf01d commit ca3be35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
FROM mainframed767/hercules:4.7.0
WORKDIR /
USER root
COPY /mvsce/MVSCE /MVSCE
COPY /mvsce/Docker/mvs.sh /
ADD /MVSCE.release.tar /
COPY /Docker/mvs.sh /
RUN apt-get update && apt-get -yq install --no-install-recommends socat ca-certificates openssl python3 netbase git && apt-get clean && chmod +x /mvs.sh
VOLUME ["/config","/dasd","/printers","/punchcards","/logs", "/certs"]
EXPOSE 3221 3223 3270 3505 3506 8888
Expand Down

0 comments on commit ca3be35

Please sign in to comment.