mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Run configure on container init
This commit is contained in:
4
docker/Dockerfile
vendored
4
docker/Dockerfile
vendored
@@ -22,6 +22,6 @@ COPY ./docker/config.json /pyshelf/config.json
|
||||
|
||||
WORKDIR /pyshelf/
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
RUN python3 configure
|
||||
|
||||
ENTRYPOINT daphne --root-path=/pyshelf/src/interface frontend.asgi:application
|
||||
ENTRYPOINT python3 configure \
|
||||
daphne --root-path=/pyshelf/src/interface frontend.asgi:application
|
||||
|
||||
Reference in New Issue
Block a user