From 684f39fe24ebbec44a02da5298ff416ff1853c8b Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Mon, 21 Feb 2022 15:03:48 -0900 Subject: [PATCH] hotfix: fix dockerfile for alembic --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ee68aad014b..5aac61cd4e79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,7 +115,8 @@ COPY ./poetry.lock ./pyproject.toml $MEALIE_HOME/ COPY ./gunicorn_conf.py $MEALIE_HOME #! Future -# COPY ./alembic ./alembic.ini $MEALIE_HOME/ +COPY ./alembic $MEALIE_HOME/alembic +COPY ./alembic.ini $MEALIE_HOME/ # venv already has runtime deps installed we get a quicker install WORKDIR $MEALIE_HOME