Skip to content

Commit

Permalink
πŸš€ update reginald docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Jan 4, 2024
1 parent 308d9f3 commit 815731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/reginald/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN pip3 install --upgrade pip poetry setuptools wheel
COPY reginald reginald
COPY pyproject.toml .
COPY README.md .
RUN poetry install --all-extras
RUN poetry install

CMD ["poetry", "run", "reginald_run"]

0 comments on commit 815731e

Please sign in to comment.