Prefix docker command with sudo in build script

This commit is contained in:
TzuWei 2026-02-28 22:48:17 +09:00
parent cd1aaddda8
commit 5e94d91126
Signed by: tzuwei-huang
GPG Key ID: 88A0D3DA7558EE01

View File

@ -1 +1 @@
docker build -t rctp_fcst_tg_bot .
sudo docker build -t rctp_fcst_tg_bot .