mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-24 21:09:49 -06:00
housekeeping
This commit is contained in:
@@ -3,12 +3,11 @@ LABEL maintainer="Andrew Simonson <asimonson1125@gmail.com>"
|
||||
|
||||
WORKDIR /app
|
||||
ADD ./src /app
|
||||
COPY ./requirements.txt requirements.txt
|
||||
RUN apt-get -yq update && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt-get -yq update && \
|
||||
pip install --no-cache-dir -r ./src/requirements.txt
|
||||
WORKDIR /app/src
|
||||
|
||||
CMD [ "gunicorn", "-k" , "geventwebsocket.gunicorn.workers.GeventWebSocketWorker", "--bind", "0.0.0.0:8080", "application:app"]
|
||||
Reference in New Issue
Block a user