Skip to content

Instantly share code, notes, and snippets.

@briandant
Created October 12, 2015 23:14
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 briandant/4c690e6ca3b0a0d17e8f to your computer and use it in GitHub Desktop.
Save briandant/4c690e6ca3b0a0d17e8f to your computer and use it in GitHub Desktop.
# This is the Dockerfile that manages the edX --> Cloud9 connection.
FROM kdelfour/cloud9-docker
RUN mkdir -p /edx/app/edxapp && ln -s /workspace /edx/app/edxapp
VOLUME /edx/app/edaxapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment