Skip to content
Snippets Groups Projects
GradeStandaloneDockerfile 175 B
Newer Older
FROM czen/che_php5.6

USER root

COPY ./* /projects/grade/

WORKDIR /projects/grade

RUN /projects/grade/grade_postinstall.sh

EXPOSE 80
CMD ["apachectl", "-D", "FOREGROUND"]