Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchmidt committed Sep 30, 2024
1 parent 52f30cb commit cd8b452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chronicler.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY protos protos
COPY src src

RUN dotnet tool restore
RUN dotnet publish src/ProjectOrigin.Vault -c Release -p:CustomAssemblyName=App -o /app/publish
RUN dotnet publish src/${PROJECT}} -c Release -p:CustomAssemblyName=App -o /app/publish

# ------- production image -------
FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-jammy-chiseled-extra AS production
Expand Down

0 comments on commit cd8b452

Please sign in to comment.