[Enhancement] Improve Dockerfile permissions (#157)
* Updated dockerfile * added a healthcheck
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
defmodule PinchflatWeb.HealthControllerTest do
|
||||
use PinchflatWeb.ConnCase
|
||||
|
||||
describe "GET /healthcheck" do
|
||||
test "returns ok", %{conn: conn} do
|
||||
conn = get(conn, "/healthcheck")
|
||||
assert json_response(conn, 200) == %{"status" => "ok"}
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user