diff options
author | 2023-02-27 16:06:46 -0800 | |
---|---|---|
committer | 2023-02-27 16:06:46 -0800 | |
commit | e82a2e19718a14447a4b2835eee6592f780924a9 (patch) | |
tree | 940b4c9392e667b08578e2087b332371d789e43f /Dockerfile | |
parent | Merge pull request #882 from Ibrahim2750mi/contributing/sir-lancebot-description (diff) | |
parent | Ensure all deps are installed in CI (diff) |
Merge pull request #847 from python-discord/poetry-groups
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ WORKDIR /app # Install project dependencies COPY pyproject.toml poetry.lock ./ -RUN poetry install --without dev +RUN poetry install --only main # Set Git SHA environment variable ARG git_sha="development" |