Skip to content

Commit

Permalink
K8S Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin authored and sylvain-morin committed Dec 21, 2023
1 parent d3dd6cb commit 5b7a4f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ CMD [ "python", "app.py" ]
# Production target with uwsgi
FROM development AS production

COPY --chown=inaturalist:inaturalist ./uwsgi_main /home/inaturalist/vision/uwsgi_code

RUN pip install /home/inaturalist/vision/uwsgi_code

# Configure uwsgi
ENV UWSGI_PLUGIN_DIR /usr/lib/uwsgi/plugins
RUN mkdir /home/inaturalist/vision/uwsgi
Expand Down

0 comments on commit 5b7a4f5

Please sign in to comment.