Skip to content

Instantly share code, notes, and snippets.

@jwhitehorn
Created December 8, 2019 05:48
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 jwhitehorn/7e4ab8543259dc86f21e4962518e276c to your computer and use it in GitHub Desktop.
Save jwhitehorn/7e4ab8543259dc86f21e4962518e276c to your computer and use it in GitHub Desktop.
FROM python:3.7.4
RUN mkdir -p /var/app
WORKDIR /var/app
COPY . ./
CMD python -u app.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment