Skip to content

Instantly share code, notes, and snippets.

@bboalimoe
Created May 20, 2015 04:29
Show Gist options
  • Save bboalimoe/f921dd0dd83a72ac21f9 to your computer and use it in GitHub Desktop.
Save bboalimoe/f921dd0dd83a72ac21f9 to your computer and use it in GitHub Desktop.
ziyuan esr image 继承gist
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