Skip to content

Commit

Permalink
Merge pull request #1043 from piec/patch-1
Browse files Browse the repository at this point in the history
deployment.rst: make incremental builds faster
  • Loading branch information
nolar authored Jan 18, 2024
2 parents 1a9e5e2 + 06299b6 commit 40aa4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ First of all, the operator must be packaged as a docker image with Python 3.8 or
:name: dockerfile
FROM python:3.11
ADD . /src
RUN pip install kopf
ADD . /src
CMD kopf run /src/handlers.py --verbose
Build and push it to some repository of your choice.
Expand Down

0 comments on commit 40aa4a8

Please sign in to comment.