-
Notifications
You must be signed in to change notification settings - Fork 1
Docker
thomran edited this page Mar 8, 2021
·
2 revisions
Github Actions will build a production build of the codebase on push and pull requests and publish to the Github Container Registry. You may use these images to quickly test out the new builds.
You can find the packages here.
To run a package, select the label you wish to use (latest
for latest release, master
for latest commit on master
) and run;
docker run -p 8080:80 ghcr.io/it2901-sintef01/frontend:latest
SINTEF AS 2021