Run configure on container init

This commit is contained in:
th3r00t
2020-09-11 18:26:06 -04:00
parent 308e3dbaed
commit 6617d791ad

4
docker/Dockerfile vendored
View File

@@ -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