Skip to content

Instantly share code, notes, and snippets.

@PierreZ
Created March 31, 2018 09:51
Show Gist options
  • Save PierreZ/e74c0d4a1b058e48b60e334fa03f7fce to your computer and use it in GitHub Desktop.
Save PierreZ/e74c0d4a1b058e48b60e334fa03f7fce to your computer and use it in GitHub Desktop.
FROM openjdk:8
RUN apt update
RUN apt install git curl curl -y
RUN curl https://getcaddy.com | bash -s personal http.cors
WORKDIR /
RUN mkdir /hands-on
ADD quantum /hands-on/quantum
ADD assets /hands-on/assets
ADD quantum /hands-on/quantum
ADD step-1-WarpScript /hands-on/step-1-WarpScript
ADD step-2-Keplers-Data /hands-on/step-2-Keplers-Data
ADD step-3-WarpScript-Frameworks /hands-on/step-3-WarpScript-Frameworks
ADD step-4-First-Exo-Detection /hands-on/step-4-First-Exo-Detection
ADD step-5-Process-all-stars /hands-on/step-5-Process-all-stars
ADD step-6-Going-further /hands-on/step-6-Going-further
ADD templates /hands-on/templates
ADD README.md /hands-on/README.md
ADD warp10-1.2.15 /opt/warp10-1.2.15
ADD Caddyfile /Caddyfile
ADD start.sh /start.sh
ENTRYPOINT [ "/start.sh" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment