Removed old app version copy instruction

This commit is contained in:
Marcel Baumgartner
2023-06-11 21:11:09 +02:00
parent 9a262d1396
commit 6f06be9cc6

View File

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