mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
build: update deployment for Docker
This commit is contained in:
@@ -11,5 +11,7 @@ RUN pip install --no-cache-dir --upgrade pip \
|
||||
|
||||
COPY . ./
|
||||
|
||||
# USER mapper
|
||||
|
||||
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
||||
CMD [ "gunicorn", "-w", "2", "-b", "0.0.0.0:8000", "breccia_mapper.wsgi" ]
|
||||
|
||||
Reference in New Issue
Block a user