removed standalone.conf from Wildfly image
All checks were successful
CI / Build wildfly docker images (push) Successful in 2m35s
All checks were successful
CI / Build wildfly docker images (push) Successful in 2m35s
This commit is contained in:
@@ -7,6 +7,7 @@ RUN echo " -> Removing unneeded .bat and .ps1 files..." &&\
|
|||||||
install -d -m 755 "/opt/" &&\
|
install -d -m 755 "/opt/" &&\
|
||||||
tar -xf wildfly-${VERSION}.Final.tar.gz &&\
|
tar -xf wildfly-${VERSION}.Final.tar.gz &&\
|
||||||
cp -R "wildfly-${VERSION}.Final" "/opt/wildfly" &&\
|
cp -R "wildfly-${VERSION}.Final" "/opt/wildfly" &&\
|
||||||
|
rm /opt/wildfly/bin/standalone.conf &&\
|
||||||
cd "wildfly-${VERSION}.Final/docs/contrib/scripts/systemd" &&\
|
cd "wildfly-${VERSION}.Final/docs/contrib/scripts/systemd" &&\
|
||||||
echo " -> Creating wildfly.conf (environment settings)..." &&\
|
echo " -> Creating wildfly.conf (environment settings)..." &&\
|
||||||
install -D -t "/opt/wildfly/etc/wildfly" -m 644 wildfly.conf &&\
|
install -D -t "/opt/wildfly/etc/wildfly" -m 644 wildfly.conf &&\
|
||||||
|
Reference in New Issue
Block a user