diff --git a/docs/Diagram.drawio b/docs/Diagram.drawio index a7aff20..478e2e9 100644 --- a/docs/Diagram.drawio +++ b/docs/Diagram.drawio @@ -1,6 +1,6 @@ - + @@ -82,4 +82,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..c7d957b --- /dev/null +++ b/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/PictureStorageService/Dockerfile b/src/PictureStorageService/Dockerfile index de4c9a3..d85ad20 100644 --- a/src/PictureStorageService/Dockerfile +++ b/src/PictureStorageService/Dockerfile @@ -20,4 +20,5 @@ RUN mkdir /img-storage VOLUME ["/img-storage"] WORKDIR /app COPY --from=publish /app/publish . +COPY logo.svg /img-storage/avatar-AAAAAAAAAECAAAAAAAAAAA.jpg ENTRYPOINT ["dotnet", "PictureStorageService.dll"] \ No newline at end of file