mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
image_id=$(docker images -q wls:0.0.1)
|
|
echo $image_id
|
|
docker image rm -f $image_id
|
|
docker image build -t wls:0.0.1 ./ |