diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..729e84c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +files-server \ No newline at end of file diff --git a/README.md b/README.md index e69de29..3674947 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# File server + +Provides access to files and their list \ No newline at end of file diff --git a/ev.json b/ev.json index a9f1841..1166e2c 100644 --- a/ev.json +++ b/ev.json @@ -1,6 +1,6 @@ { "build": [ - ["go", "build", "-o", "files-server"] + ["make"] ], "services": [ { diff --git a/main.html b/main.html index 62c514c..8b62279 100644 --- a/main.html +++ b/main.html @@ -63,7 +63,7 @@ {{end}}