Shift a bunch of root-directory files into a new less-cluttered bootstrap directory.
This commit is contained in:
parent
9da3451ed9
commit
0af172d173
12 changed files with 14 additions and 1425 deletions
|
@ -24,7 +24,7 @@ ENV FLASK_APP=files/cli:app
|
|||
# Release container
|
||||
FROM base AS release
|
||||
|
||||
COPY supervisord.conf.release /etc/supervisord.conf
|
||||
COPY bootstrap/supervisord.conf.release /etc/supervisord.conf
|
||||
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
|
||||
|
||||
|
||||
|
@ -36,7 +36,7 @@ FROM release AS dev
|
|||
COPY thirdparty/sqlalchemy-easy-profile sqlalchemy-easy-profile
|
||||
RUN cd sqlalchemy-easy-profile && python3 setup.py install
|
||||
|
||||
COPY supervisord.conf.dev /etc/supervisord.conf
|
||||
COPY bootstrap/supervisord.conf.dev /etc/supervisord.conf
|
||||
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue