updated to render md from content dir
This commit is contained in:
@@ -7,6 +7,7 @@ ENV FLASK_APP=app
|
||||
RUN mkdir /app
|
||||
COPY app/requirements.txt /app
|
||||
RUN pip3 install -r /app/requirements.txt
|
||||
|
||||
COPY app /app
|
||||
|
||||
ENTRYPOINT ["flask"]
|
||||
|
||||
Reference in New Issue
Block a user