This commit is contained in:
Ahmed Sabbour 2019-06-12 16:40:36 -07:00
Родитель 9aee1705f6
Коммит ec63f9549f
2 изменённых файлов: 2 добавлений и 1 удалений

1
.dockerignore Normal file
Просмотреть файл

@ -0,0 +1 @@
app/

Просмотреть файл

@ -6,7 +6,7 @@ This is the repository for the Azure Red Hat OpenShift Workshop website.
- The website is statically built using Jekyll and youll find the different pages inside the `_entries` folder.
- If youre on a Mac/Linux machine, you can preview your edits locally if you run `make build-run` inside the repo root.
- The build pipeline builds Docker images of the site and hosts it as a private repository on Docker Hub <https://hub.docker.com/u/azch>.
- The build pipeline builds Docker images of the site and hosts it as a private repository on Azure Container Registry (`msworkshops.azurecr.io`).
- The release pipeline deploys the Docker image to an Azure Web App.
## Branching and contribution