@@ -17,7 +17,7 @@ pkgs.dockerTools.buildImage {
|
||||
'';
|
||||
|
||||
config = {
|
||||
Entrypoint = [ "/bin/gitea" ];
|
||||
Entrypoint = [ "gitea" ];
|
||||
Cmd = [
|
||||
"web"
|
||||
"-c"
|
||||
|
Reference in New Issue
Block a user