Skip to content

Instantly share code, notes, and snippets.

The Sitecore xDBSearch Docker file with correct order of images
# escape=`
ARG PARENT_IMAGE
ARG SOLUTION_IMAGE
FROM ${SOLUTION_IMAGE} as solution
FROM ${PARENT_IMAGE}
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
WORKDIR C:\inetpub\wwwroot
COPY --from=solution /artifacts/xconnect/App_Data/Models/ ./App_Data/Models/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment