Skip to content

Commit

Permalink
update docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Nov 1, 2023
1 parent 1a31c93 commit 6dcaea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docker/reginald/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ COPY pyproject.toml .
COPY README.md .
RUN poetry install --all-extras

# Set entrypoint
ENTRYPOINT ["poetry"]
CMD ["run", "python", "reginald_run"]
CMD ["poetry", "run", "reginald_run"]
4 changes: 1 addition & 3 deletions docker/slack_bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ COPY pyproject.toml .
COPY README.md .
RUN poetry install --extras api_bot

# Set entrypoint
ENTRYPOINT ["poetry"]
CMD ["run", "python", "reginald_run_api_bot"]
CMD ["poetry", "run", "reginald_run_api_bot"]

0 comments on commit 6dcaea6

Please sign in to comment.