Fixed mail template storage access, added docker image default resources
This commit is contained in:
@@ -19,6 +19,7 @@ RUN dotnet publish "Moonlight.csproj" -c Release -o /app/publish
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
RUN mkdir /app/storage
|
||||
RUN mkdir -p /app/storage
|
||||
RUN rm -r /app/storage/*
|
||||
COPY "Moonlight/defaultstorage" "/app/defaultstorage"
|
||||
ENTRYPOINT ["dotnet", "Moonlight.dll"]
|
||||
Reference in New Issue
Block a user