mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-28 04:09:51 +00:00
Moved to gunicorn
This commit is contained in:
@@ -16,12 +16,7 @@ WORKDIR /code
|
||||
ADD requirements.txt /code/
|
||||
ADD . /code/
|
||||
|
||||
RUN apt-get update && apt-get install -y sox lame vim \
|
||||
RUN apt-get update && apt-get install -y sox lame vim ccze \
|
||||
libboost-program-options-dev libsox-fmt-mp3 postgresql-client rsync openssh-client
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN adduser --disabled-password --gecos '' djworker
|
||||
RUN chown djworker /files -R
|
||||
RUN chown djworker /srv/logs -R
|
||||
RUN export PATH=$PATH:/mnt/bin/
|
||||
RUN pip install -r requirements.txt
|
||||
Reference in New Issue
Block a user