5 lines
80 B
Bash
5 lines
80 B
Bash
|
#!/bin/bash
|
||
|
# build docker container locally
|
||
|
|
||
|
docker build -t not_decky_store .
|