Resolve "Add Dockerfile"
Closes #161 (closed)
This adds 2 Dockerfiles- for pat and doc respectively.
This means we need to build with baseHref /
The version name will be {VERSION}-pat and {VERSION}-doc. VERSION might be a COMMIT_SHA or a TAG name.
Tag latest
will always be the current state of main
.
Opinions?
The containers are
- published in the container registry.
- tagged with the commit and latest (only on pushes to
main
) - if a
tag
is created the the images are tagged with the version as well.
There are already 4 builds in the registry which where created testing this branch.
Edited by Carlos Sanchez