Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
7907da59
Commit
7907da59
authored
Sep 19, 2026
by
Eric Duminil
Browse files
SimStadt shell in docker
parent
6ad35c47
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
7907da59
...
@@ -18,6 +18,10 @@ simple_tests: ## Run simple tests, without running SimStadt
...
@@ -18,6 +18,10 @@ simple_tests: ## Run simple tests, without running SimStadt
simstadt
:
##
Run simstadt script
,
and display info about SimStadt
simstadt
:
##
Run simstadt script
,
and display info about SimStadt
uv run simstadt
uv run simstadt
shell
:
##
Start bash
@
echo
"
${green}
Start shell
${no_color}
"
docker run
--rm
-it
simstadt/simstadt:cli bash
docker-build
:
##
Build the cli and test Docker images
docker-build
:
##
Build the cli and test Docker images
docker build
--target
cli
-t
simstadt/simstadt:cli .
docker build
--target
cli
-t
simstadt/simstadt:cli .
docker build
--target
test
-t
simstadt/simstadt:test .
docker build
--target
test
-t
simstadt/simstadt:test .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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