Hopefully fixed errors when building in github actions
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user