chrodev/setup.sh

12 lines
162 B
Bash
Raw Permalink Normal View History

2024-07-23 23:25:47 -04:00
#!/bin/bash
# setup.sh
# Build the base image
docker build -t ubuntu_dev_env .
# Create networks
docker network create frontend
docker network create backend