Skip to content
Snippets Groups Projects
Commit 2fbe5cc8 authored by rhenck's avatar rhenck
Browse files

Add Makefile targets for building and pushing docker images

parent d97cba78
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,9 @@ init-dev-config:
init-prod-docker-config:
cp src/environments/environment.prod.docker.ts src/environments/environment.ts
build-image:
docker build -t iqbberlin/testcenter-frontend -f docker/Dockerfile .
push-image:
docker push iqbberlin/testcenter-frontend:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment