Skip to content
Snippets Groups Projects
Commit e286be2e authored by michael.minelli's avatar michael.minelli
Browse files

Dockerfile => Add a default html message

parent a58c106b
No related branches found
No related tags found
No related merge requests found
FROM nginx:alpine
FROM nginx:latest
LABEL maintainer="Michaël Minelli <michael-jean.minelli@hesge.ch>"
LABEL Description="Angular App for Dojo"
ENTRYPOINT ["tail", "-f", "/dev/null"]
\ No newline at end of file
RUN echo "Frontend is not yet available." > /usr/share/nginx/html/index.html
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment