Hopefully fixed errors when building in github actions

This commit is contained in:
Marcel Baumgartner
2023-05-22 09:46:23 +02:00
parent 863ac22036
commit 8098368660

View File

@@ -20,6 +20,7 @@ FROM base AS final
WORKDIR /app
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"]