Skip to content

Instantly share code, notes, and snippets.

@thomascenni
Created December 12, 2019 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomascenni/e9180cd64b157907bd07292948baa712 to your computer and use it in GitHub Desktop.
Save thomascenni/e9180cd64b157907bd07292948baa712 to your computer and use it in GitHub Desktop.
FROM tiangolo/meinheld-gunicorn:python3.7-alpine3.8
RUN mkdir -p /app
RUN mkdir -p /usr/src/static
RUN mkdir -p /usr/src/data
WORKDIR /app
COPY ./ /app
RUN pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment