Created
May 20, 2015 04:17
-
-
Save bboalimoe/5fb8ac275824d7aa23c8 to your computer and use it in GitHub Desktop.
jiusi的image继承需要的 Dockerfile
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/analyzer.motionsound:v0.2 | |
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