We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9477d33 commit 0b1415eCopy full SHA for 0b1415e
fastapi_template/template/{{cookiecutter.project_name}}/Dockerfile
@@ -26,6 +26,9 @@ ENV UV_LINK_MODE=copy
26
ENV UV_PROJECT_ENVIRONMENT=/usr/local
27
ENV UV_PYTHON_DOWNLOADS=never
28
ENV UV_NO_MANAGED_PYTHON=1
29
+{%- if cookiecutter.orm == 'piccolo' %}
30
+ENV PICCOLO_CONF="{{cookiecutter.project_name}}.piccolo_conf"
31
+{%- endif %}
32
33
WORKDIR /app/src
34
0 commit comments