14 lines
348 B
Bash
Executable File
14 lines
348 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd base
|
|
docker buildx build . -t git.janishutz.com/registry/dev-container-base
|
|
|
|
cd ../npm
|
|
docker buildx build . -t git.janishutz.com/registry/dev-container-npm
|
|
|
|
# cd ../vue
|
|
# docker buildx build . -t git.janishutz.com/registry/dev-container-vue
|
|
#
|
|
# cd ../python
|
|
# docker buildx build . -t git.janishutz.com/registry/dev-container-python
|