ARG BASE_TAG=3-latest FROM registry.nspop.dk/platform/nsp:${BASE_TAG} # Copy configuration files COPY etc/wildfly /pack/wildfly/ # Copy the war file to the deployment directory COPY target/idsas-registration.war /pack/wildfly/standalone/deployments/idsas-registration.war