Skip to content

Commit e533c96

Browse files
Update Dockerfile
Update to volume exports
1 parent 960978d commit e533c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ LABEL version="1.00"
5454
LABEL description="OS/VS2 MVS 3.8j Service Level 8505, Tur(n)key Level 5 Version 1.00"
5555
WORKDIR /tk5/
5656
COPY --from=builder /tk5/ .
57-
VOLUME [ "/tk5/conf","/tk5/local_conf","/tk5/local_scripts","/tk5/prt","/tk5/dasd","/tk5/pch","/tk5/jcl","tk5/log", "tk5/tape" ]
57+
VOLUME [ "/tk5/conf","/tk5/local_conf","/tk5/local_scripts","/tk5/prt","/tk5/dasd","/tk5/pch","/tk5/jcl","/tk5/log","/tk5/tape" ]
5858
RUN apk update && apk upgrade
5959
RUN apk add gcompat libstdc++ bash libbz2
6060
RUN cd /usr/lib && \

0 commit comments

Comments
 (0)