Skip to content

Commit

Permalink
Build copy fix (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilbrenner authored Nov 25, 2024
1 parent 55e1146 commit 516613b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ RUN dotnet publish src/Bw.VaultDigest.Web/Bw.VaultDigest.Web.csproj -a $TARGETAR

# Use the official .NET runtime image for .NET 8 to run the app
FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
ARG TARGETARCH
WORKDIR /app
COPY --from=build /app/out .
COPY --from=base /app/out .

# Install Bitwarden CLI
RUN apt-get update && \
Expand Down

0 comments on commit 516613b

Please sign in to comment.