Last active
November 30, 2019 21:49
-
-
Save jwhitehorn/1698709cfac711240404cc2127e53852 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.7.4 | |
RUN mkdir -p /var/app | |
WORKDIR /var/app | |
COPY . ./ | |
CMD python app.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment