Skip to content

Commit 73b53bf

Browse files
committed
ns
1 parent 4fdea66 commit 73b53bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ WORKDIR /opt/jgroups
2626

2727
COPY --from=build-stage /bin/ping /bin/netstat /bin/nc /bin/
2828
COPY --from=build-stage /sbin/ifconfig /sbin/
29-
COPY README $JGROUPS_HOME/
3029
COPY ./classes $JGROUPS_HOME/classes
3130
COPY ./lib $JGROUPS_HOME/lib
3231
COPY ./bin $JGROUPS_HOME/bin
@@ -37,6 +36,6 @@ RUN chown -R jgroups.jgroups $HOME/*
3736
USER jgroups
3837

3938
RUN chmod u+x $HOME/*
40-
CMD clear && cat $HOME/JGroups/README && /bin/bash
39+
CMD /bin/bash
4140

4241

0 commit comments

Comments
 (0)