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

Commit 716bdf2

Browse files
committed
maven build integration
1 parent 830b731 commit 716bdf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN ["wget", "-O", "/data/jboss-4.2.3.zip", "http://downloads.sourceforge.net/pr
99
RUN ["unzip", "/data/jboss-4.2.3.zip"]
1010

1111
ENV JBOSS_HOME /data/jboss-4.2.3.GA
12+
ENV JAVA_OPTS="-Xms4G -Xmx4G -XX:MaxPermSize=512M -server"
1213

1314
ADD ./jboss_files/myserver.keystore /data/jboss-4.2.3.GA/server/default/conf/
1415
ADD ./jboss_files/run.conf /data/jboss-4.2.3.GA/bin/

0 commit comments

Comments
 (0)