mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added whitenoise to serve static files
This commit is contained in:
3
docker/Dockerfile
vendored
3
docker/Dockerfile
vendored
@@ -24,4 +24,5 @@ WORKDIR /pyshelf/
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT python3 configure \
|
||||
daphne --root-path=/pyshelf/src/interface frontend.asgi:application
|
||||
&& cd src/ \
|
||||
&& daphne -b 0.0.0.0 -p 8000 frontend.asgi:application
|
||||
|
||||
Reference in New Issue
Block a user