Skip to content

Commit

Permalink
Fix web dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
girlpunk committed Mar 13, 2024
1 parent 2b702f9 commit d100240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.Web
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ FROM build AS publish
RUN dotnet publish "MediaFeeder.Web.csproj" -c Release -o /app/publish

FROM lipanski/docker-static-website:latest as final
COPY --from=publish /app/publish .
COPY --from=publish /app/publish/wwwroot .

0 comments on commit d100240

Please sign in to comment.