Skip to content

Commit

Permalink
updating for better local builds with donut
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Aug 31, 2024
1 parent 42872a3 commit 524aeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Payload_Type/apollo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ RUN /venv/bin/python -m pip install mslex
COPY [".", "."]

# fetch all dependencies
RUN cd apollo/agent_code && dotnet restore && rm donut && cp /donut donut
RUN cd apollo/agent_code && dotnet restore && rm donut ; cp /donut donut

CMD ["/venv/bin/python", "main.py"]
CMD ["bash", "-c", "cp /donut donut && /venv/bin/python main.py"]

0 comments on commit 524aeee

Please sign in to comment.