bolt.new/set_up_docker_build.sh
2025-06-02 10:40:01 -07:00

6 lines
169 B
Bash
Executable File

#! /bin/bash
sudo docker build -t bolt-new -f Dockerfile.dev --no-cache .
sudo docker save bolt-new > distributable/bolt-new.tar
cd distributable
sudo gzip bolt-new.tar