mgt doc updates
This commit is contained in:
@ -6,6 +6,7 @@ COPY requirements.txt /code
|
||||
RUN target=/root/.cache/pip \
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
# Need to make this explicit as part of expansion, no migrations or venv
|
||||
COPY . .
|
||||
|
||||
ENV FLASK_APP app.py
|
||||
|
Reference in New Issue
Block a user