Hopefully fixed errors when building in github actions
This commit is contained in:
@@ -20,6 +20,7 @@ FROM base AS final
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
RUN mkdir -p /app/storage
|
RUN mkdir -p /app/storage
|
||||||
|
RUN touch /app/storage/donttriggeranyerrors
|
||||||
RUN rm -r /app/storage/*
|
RUN rm -r /app/storage/*
|
||||||
COPY "Moonlight/defaultstorage" "/app/defaultstorage"
|
COPY "Moonlight/defaultstorage" "/app/defaultstorage"
|
||||||
ENTRYPOINT ["dotnet", "Moonlight.dll"]
|
ENTRYPOINT ["dotnet", "Moonlight.dll"]
|
||||||
Reference in New Issue
Block a user