mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
cleanup
This commit is contained in:
parent
642163b756
commit
141ff9b45d
1 changed files with 1 additions and 4 deletions
|
@ -13,9 +13,6 @@ ENV LANGUAGE fr_FR:fr
|
|||
ENV LC_ALL fr_FR.UTF-8
|
||||
|
||||
COPY ./ /srv/copanier
|
||||
#git clone https://github.com/spiral-project/copanier /srv/copanier
|
||||
RUN cd /srv/copanier/ && python3 -m venv /srv/copanier-venv && . /srv/copanier-venv/bin/activate && pip install wheel gunicorn && pip install -e .
|
||||
|
||||
RUN dpkg-reconfigure locales
|
||||
# RUN sed -i 's/simple_server(app, port=2244)/simple_server(app, host="0.0.0.0", port=2244)/g' /srv/copanier/copanier/__init__.py
|
||||
#ENTRYPOINT ["/srv/copanier/venv/bin/copanier", "serve"]
|
||||
RUN dpkg-reconfigure locales
|
Loading…
Reference in a new issue