removed standalone.conf from Wildfly image
All checks were successful
CI / Build wildfly docker images (push) Successful in 2m35s

This commit is contained in:
2025-08-15 14:28:56 +08:00
parent e6e2cd331f
commit 94e2d4ee85

View File

@@ -7,6 +7,7 @@ RUN echo " -> Removing unneeded .bat and .ps1 files..." &&\
install -d -m 755 "/opt/" &&\
tar -xf wildfly-${VERSION}.Final.tar.gz &&\
cp -R "wildfly-${VERSION}.Final" "/opt/wildfly" &&\
rm /opt/wildfly/bin/standalone.conf &&\
cd "wildfly-${VERSION}.Final/docs/contrib/scripts/systemd" &&\
echo " -> Creating wildfly.conf (environment settings)..." &&\
install -D -t "/opt/wildfly/etc/wildfly" -m 644 wildfly.conf &&\