Skip to content

Commit 15e3985

Browse files
committed
Docker - Added GEN_API command
1 parent 7889962 commit 15e3985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ COPY . .
1919
RUN flask db init
2020
RUN flask db migrate
2121
RUN flask db upgrade
22+
RUN flask gen_api
2223

2324
# gunicorn
2425
CMD ["gunicorn", "--config", "gunicorn-cfg.py", "run:app"]

0 commit comments

Comments
 (0)