Learn more about cloning repositories
You have read-only access
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
Everything looks good. We'll let you know here if there's anything you should know about.