You've already forked go-template-container-webserver
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,2 +1,5 @@
|
|||||||
.cursor
|
.env
|
||||||
|
.vars
|
||||||
|
data
|
||||||
|
config.yaml
|
||||||
*.sql
|
*.sql
|
||||||
|
|||||||
@@ -35,7 +35,9 @@ is_file_changed() {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_TO_UPDATE="${FILES_TO_UPDATE:-config.yaml.example
|
FILES_TO_UPDATE="${FILES_TO_UPDATE:-.dockerignore
|
||||||
|
.gitignore
|
||||||
|
config.yaml.example
|
||||||
deploy.sh
|
deploy.sh
|
||||||
initialize.sh
|
initialize.sh
|
||||||
dockerfile
|
dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user