Add meta and settings json

This commit is contained in:
2025-03-02 13:11:10 -06:00
parent 3d01df1d93
commit 830197385d
9 changed files with 89 additions and 16 deletions

View File

@@ -25,10 +25,10 @@ RUN python3 -m ensurepip --upgrade
WORKDIR /randomizer
COPY alttp.sfc .
COPY ALttPDoorRandomizer/resources/app/meta/manifests/pip_requirements.txt requirements.txt
COPY BaseRandomizer/resources/app/meta/manifests/pip_requirements.txt requirements.txt
RUN python3 -m pip install -r requirements.txt
COPY ALttPDoorRandomizer/ .
COPY BaseRandomizer/ .
WORKDIR /app
COPY --from=build /app/publish .