mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-13 00:24:13 +00:00
ci: update Docker build context from apollo to ares
Update the GitHub Actions workflow and Dockerfile to reflect the renaming of the payload type directory from 'apollo' to 'ares'. This ensures the Docker image is built from the correct source directory and dependencies are fetched from the updated location.
This commit is contained in:
@@ -17,7 +17,7 @@ RUN /venv/bin/python -m pip install git+https://github.com/MEhrn00/donut.git@v2.
|
||||
COPY [".", "."]
|
||||
|
||||
# fetch all dependencies
|
||||
RUN cd apollo/agent_code && dotnet restore --verbosity quiet && rm donut ; cp /donut donut
|
||||
RUN cd apollo/agent_code && cp COFFLoader.dll /COFFLoader.dll
|
||||
RUN cd ares/agent_code && dotnet restore --verbosity quiet && rm donut ; cp /donut donut
|
||||
RUN cd ares/agent_code && cp COFFLoader.dll /COFFLoader.dll
|
||||
|
||||
CMD ["bash", "-c", "cp /donut apollo/agent_code/donut && /venv/bin/python main.py"]
|
||||
CMD ["bash", "-c", "cp /donut ares/agent_code/donut && /venv/bin/python main.py"]
|
||||
|
||||
Reference in New Issue
Block a user