Add docker-compose setup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
5
Makefile
5
Makefile
@ -7,7 +7,10 @@ docker-build:
|
||||
docker-run:
|
||||
@docker run --rm -p 5000:5000 autonomic/magicapp
|
||||
|
||||
compose-run:
|
||||
@docker-compose -f compose.yml up
|
||||
|
||||
docker-publish:
|
||||
@docker push autonomic/magicapp:v0.1.0
|
||||
|
||||
.PHONY: python-run docker-build docker-run docker-publish
|
||||
.PHONY: python-run docker-build docker-run docker-publish compose-run
|
||||
|
||||
Reference in New Issue
Block a user