mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 06:00:29 +00:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
export DOCKER_DEFAULT_PLATFORM=linux/amd64
|
|
export COMPOSE_BAKE=false
|
|
docker compose -f ../compose.yml build
|