mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 01:01:41 +02:00
Add docker build and push script
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user