Skip to content

Commit

Permalink
Minor updates to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fergalwalsh committed Oct 20, 2020
1 parent 8d67487 commit 5216da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ COPY requirements.txt ./
RUN pip install -U pip && pip install -r requirements.txt
COPY prism.uwsgi.ini ./
COPY prism ./prism/

# Expose HTTP port
EXPOSE 8000
# Expose uwsgi port
EXPOSE 3001

# These uwsgi options are set here as environment variables so they can be overridden later
ENV UWSGI_PROCESSES=2
ENV UWSGI_THREADS=2

Expand Down

0 comments on commit 5216da4

Please sign in to comment.