forked from Job79/devcontainer
5 lines
145 B
Bash
5 lines
145 B
Bash
#!/bin/sh
|
|
cd containers/base
|
|
podman build -t git.plabble.org/maurice/base:main .
|
|
cd ../rider
|
|
podman build -t git.plabble.org/maurice/rider:main . |