You've already forked docker-ara
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 300ef37e06 | |||
| 3cc0cd2955 | |||
| 9dec26252a | |||
| acfae94e00 | |||
| 7172bbf4e0 |
@@ -25,5 +25,5 @@ RUN dnf remove -y ${DEV_DEPENDENCIES} \
|
|||||||
|
|
||||||
# Set up the container to execute SQL migrations and run the API server with gunicorn
|
# Set up the container to execute SQL migrations and run the API server with gunicorn
|
||||||
ENV ARA_BASE_DIR=/opt/ara
|
ENV ARA_BASE_DIR=/opt/ara
|
||||||
CMD ["/bin/bash", "-c", "/usr/local/bin/ara-manage migrate && python3 -m gunicorn --workers=4 --access-logfile - --bind [::]:8000 --access-logformat '%({x-forwarded-for}i)s %l %u %t \"%r\" %s %b \"%f\" \"%a\"' ara.server.wsgi"]
|
CMD ["/bin/bash", "-c", "/usr/local/bin/ara-manage migrate && python3 -m gunicorn --workers=4 --access-logfile - --bind [::]:8000 --access-logformat '%%({x-forwarded-for}i)s %%l %%u %%t \"%%r\" %%s %%b \"%%f\" \"%%a\"' ara.server.wsgi"]
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
Reference in New Issue
Block a user