mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
6 lines
169 B
Bash
Executable File
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
|