Skip to content

Commit

Permalink
Removed errant file copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-b authored Jan 16, 2025
1 parent eebb6db commit a8cbdeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OpenWish.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN dotnet publish "OpenWish.Web/OpenWish.Web.csproj" \
FROM base AS final
WORKDIR /app
COPY --from=build /app/publish .
COPY --from=build /app/version.txt .

# Set environment variable and start the app
ARG BUILD_VERSION
Expand Down

0 comments on commit a8cbdeb

Please sign in to comment.