Dockerfile to spaces

main
ziembla 2017-12-11 22:02:42 +01:00
parent 60bb0e4e50
commit 9dfaa950d2
2 changed files with 16 additions and 16 deletions

View File

@ -4,7 +4,7 @@ help:
run:
docker-compose up
exec:
docker-compose exec handson-ml /bin/bash
docker-compose exec handson-ml bash
build: stop .FORCE
docker-compose build
rebuild: stop .FORCE