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