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

Add Makefile for building docker image

parent 6095c48f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ stop:
down:
docker-compose -f docker/docker-compose.yml down
build:
docker-compose -f docker/docker-compose.yml build
# TODO does not wait for server to start and fails
# test: run-detached test-unit test-e2e stop
......
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