Skip to content

Commit

Permalink
Merge pull request #4 from VillSource/main
Browse files Browse the repository at this point in the history
move image logo
  • Loading branch information
VillSource authored Mar 2, 2024
2 parents 1ec327e + 870a78e commit cdac84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PictureStorageService/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ RUN mkdir /img-storage
VOLUME ["/img-storage"]
WORKDIR /app
COPY --from=publish /app/publish .
COPY logo.svg /img-storage/avatar-AAAAAAAAAECAAAAAAAAAAA.jpg
COPY --from=build /src/logo.svg /img-storage/avatar-AAAAAAAAAECAAAAAAAAAAA.jpg
ENTRYPOINT ["dotnet", "PictureStorageService.dll"]

0 comments on commit cdac84e

Please sign in to comment.