Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lunakv committed Oct 2, 2022
1 parent a314038 commit 7ccfe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /code

# Install dependencies
COPY poetry.lock pyproject.toml ./
RUN poetry install --no-interaction --no-cache --witout dev
RUN poetry install --no-interaction --no-cache --without dev


# Run app
Expand Down

0 comments on commit 7ccfe31

Please sign in to comment.