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.
ARG
1 parent bbd84b8 commit 2cbf37fCopy full SHA for 2cbf37f
{{cookiecutter.project_slug}}/backend/backend.dockerfile
@@ -15,6 +15,7 @@ RUN bash -c "if [ $INSTALL_DEV == 'true' ] ; then poetry install --no-root ; els
15
ARG INSTALL_JUPYTER=false
16
RUN bash -c "if [ $INSTALL_JUPYTER == 'true' ] ; then pip install jupyterlab ; fi"
17
18
-ARG BACKEND_APP_MODULE=app.main:app BACKEND_PRE_START_PATH=/app/prestart.sh
+ARG BACKEND_APP_MODULE=app.main:app
19
+ARG BACKEND_PRE_START_PATH=/app/prestart.sh
20
ENV APP_MODULE=${BACKEND_APP_MODULE} PRE_START_PATH=${BACKEND_PRE_START_PATH}
21
COPY ./app/ /app/
0 commit comments