Same same
This commit is contained in:
@@ -16,7 +16,7 @@ ENV PATH=/opt/cargo/bin:$PATH
|
||||
# Install Python dependencies
|
||||
COPY requirements.txt ./
|
||||
COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt
|
||||
RUN python3 -m pip install -r ./tools/n64splat/requirements.txt
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
WORKDIR /banjo
|
||||
ENTRYPOINT ["/bin/bash", "-c"]
|
||||
|
Reference in New Issue
Block a user