Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamoorexyz authored Jan 8, 2025
1 parent 95840ce commit 9ef55b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ RUN apt-get update && \

WORKDIR /app

COPY pyproject.toml .
COPY ./src .
COPY ./configs configs

RUN pip3 install --break-system-packages --no-cache-dir poetry

RUN poetry install --only main


WORKDIR /app/

CMD poetry run python3 main.py --config $CONFIG --docker 1
CMD python3 main.py --config $CONFIG --docker 1

0 comments on commit 9ef55b5

Please sign in to comment.