Add docker build and push script

This commit is contained in:
2023-10-03 23:47:57 +00:00
parent c03f632ea0
commit c87abb506d
2 changed files with 48 additions and 0 deletions

View File

@ -17,4 +17,7 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
RUN pip install --no-cache-dir -U meinheld
ARG SOURCE_VERSION
ENV SOURCE_VERSION ${SOURCE_VERSION:-unknown}
COPY ./backend /app