Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
5fe9f13f
Commit
5fe9f13f
authored
Jun 21, 2022
by
René Fritze
Browse files
[makefile] fix stopping container on `run` targets
parent
0699985e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5fe9f13f
...
...
@@ -99,7 +99,7 @@ docker_docs: docker_image
docker_run
:
docker_image
$(DOCKER_COMPOSE)
up
-d
pypi_mirror
$(DOCKER_COMPOSE)
run
--service-ports
pytest bash
$(DOCKER_COMPOSE)
down
pypi_mirror
$(DOCKER_COMPOSE)
down
--remove-orphans
-v
docker_exec
:
docker_image
$(DOCKER_COMPOSE)
run
--service-ports
pytest bash
-l
-c
"
${DOCKER_CMD}
"
...
...
@@ -119,7 +119,7 @@ docker_run_oldest: PYPI_MIRROR=oldest
docker_run_oldest
:
docker_image
$(DOCKER_COMPOSE)
up
-d
pypi_mirror
$(DOCKER_COMPOSE)
run pytest bash
$(DOCKER_COMPOSE)
down
pypi_mirror
$(DOCKER_COMPOSE)
down
--remove-orphans
-v
docker_jupyter
:
docker_image
NB_DIR
=
$(NB_DIR)
$(DOCKER_COMPOSE)
up jupyter
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment