Created
May 20, 2015 04:29
-
-
Save bboalimoe/f921dd0dd83a72ac21f9 to your computer and use it in GitHub Desktop.
ziyuan esr image 继承gist
This file contains 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 senzhub/esr:latest | |
MAINTAINER [email protected] | |
ADD app.py /app/flask_app/ | |
WORKDIR /app/run | |
RUN rm -rf /app/run/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment