generated from unkin/docker-template
feat: makefile advancements
All checks were successful
Build / build (pull_request) Successful in 44s
All checks were successful
Build / build (pull_request) Successful in 44s
- add test target - update clean target
This commit is contained in:
parent
adc01e2707
commit
0f2d2b49ca
4
Makefile
4
Makefile
@ -28,6 +28,10 @@ push: tag
|
|||||||
# Clean up dangling Docker images
|
# Clean up dangling Docker images
|
||||||
clean:
|
clean:
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
|
sudo docker rm jupyterinstance
|
||||||
|
|
||||||
|
test:
|
||||||
|
sudo docker run -it --name jupyterinstance --entrypoint /bin/bash -v jupyterhub-test:/home/jupyter/work $(REGISTRY)/$(OWNER)/$(IMAGE_NAME):latest
|
||||||
|
|
||||||
# Default target
|
# Default target
|
||||||
default: build
|
default: build
|
||||||
|
|||||||
Reference in New Issue
Block a user