CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.
CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.
Path: blob/master/Dockerfile
Views: 3095
FROM alpine:latest LABEL MAINTAINER="https://github.com/htr-tech/zphisher" WORKDIR /zphisher/ ADD . /zphisher RUN apk add --no-cache bash ncurses curl unzip wget php CMD "./zphisher.sh"