Skip to content
Snippets Groups Projects
Commit 287a6a94 authored by Daniel Perez's avatar Daniel Perez
Browse files

Merge branch 'slb/dperez50/fix-sidecar-cert' into 'master'

ci: fix sidecar image

See merge request !539
parents dcfef85e 7a28ba0c
No related branches found
No related tags found
1 merge request!539ci: fix sidecar image
Pipeline #141329 failed
......@@ -23,6 +23,7 @@ RUN dotnet dev-certs https --trust
FROM build AS publish
RUN dotnet publish "Sidecar.csproj" -c Release -o /app/publish /p:UseAppHost=false
RUN cp ~/.aspnet/https/aspnetapp.pfx /app/publish/.
RUN chmod 755 /app/publish/aspnetapp.pfx
FROM base AS final
ARG PASS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment