mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
add dockerfile
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
root = "."
|
||||
tmp_dir = "tmp"
|
||||
tmp_dir = ".air"
|
||||
|
||||
[build]
|
||||
bin = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main ."
|
||||
bin = "./.air/memos"
|
||||
cmd = "go build -o ./.air/memos ./server/main.go"
|
||||
delay = 1000
|
||||
exclude_dir = ["assets", "tmp", "vendor", "web"]
|
||||
exclude_dir = [".air", "web"]
|
||||
exclude_file = []
|
||||
exclude_regex = []
|
||||
exclude_unchanged = false
|
||||
|
Reference in New Issue
Block a user