fix(manifest): include static files in manifest (#413)
also modififed docker build Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
e44da0557f
commit
cc658acd54
@ -13,9 +13,10 @@ RUN set -ex \
|
||||
&& pip install -U --no-cache-dir \
|
||||
pip \
|
||||
gunicorn \
|
||||
Buku[server] \
|
||||
&& apk del .build-deps
|
||||
/Buku[server] \
|
||||
&& apk del .build-deps \
|
||||
&& rm -rf /Buku
|
||||
|
||||
ENTRYPOINT gunicorn --bind 0.0.0.0:5001 "Buku.bukuserver.server:create_app()"
|
||||
ENTRYPOINT gunicorn --bind 0.0.0.0:5001 "bukuserver.server:create_app()"
|
||||
EXPOSE 5001
|
||||
|
||||
|
@ -4,3 +4,4 @@ recursive-include tests *.py
|
||||
recursive-include tests/test_bukuDb *.yaml
|
||||
recursive-include auto-completion *
|
||||
recursive-include bukuserver/templates *
|
||||
recursive-include bukuserver/static *
|
||||
|
Loading…
Reference in New Issue
Block a user