Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0cae76b

Browse files
committed
direct rmi fix testing
1 parent 89b7a28 commit 0cae76b

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
@@ -40,4 +40,4 @@ RUN mkdir /data/temp_files
4040
RUN rm /data/jboss-4.2.3.zip
4141
RUN rm /data/security.ear
4242

43-
CMD ["/data/jboss-4.2.3.GA/bin/run.sh", "-b0.0.0.0", "-Djboss.remoting.version=1", "-Djava.rmi.server.hostname=$RMI_SERVER"]
43+
CMD ["/data/jboss-4.2.3.GA/bin/run.sh", "-b0.0.0.0", "-Djboss.remoting.version=1", "-Djava.rmi.server.hostname=${RMI_SERVER}"]

0 commit comments

Comments
 (0)