Fixed build errors caused by the removal of defaultstorage

This commit is contained in:
Marcel Baumgartner 2023-08-28 17:41:29 +02:00
parent 00722c4046
commit c0872d0d02

View file

@ -22,5 +22,4 @@ COPY --from=publish /app/publish .
RUN mkdir -p /app/storage
RUN touch /app/storage/donttriggeranyerrors
RUN rm -r /app/storage/*
COPY "Moonlight/defaultstorage" "/app/defaultstorage"
ENTRYPOINT ["dotnet", "Moonlight.dll"]