diff --git a/Dockerfile b/Dockerfile index d6cdee7..0dbb3bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ RUN swift package resolve # Copy entire repo into container # This copy the build folder to improve package resolve COPY Sources Sources -COPY Tests Tests # Compile with optimizations RUN swift build -c release diff --git a/Sources/App/HTTP/HTTPClient.swift b/Sources/App/HTTP/HTTPClient.swift index 7e7d5a7..52abeaf 100644 --- a/Sources/App/HTTP/HTTPClient.swift +++ b/Sources/App/HTTP/HTTPClient.swift @@ -41,5 +41,3 @@ extension HTTP.Client { case failedWithResponse(HTTPClientResponse) } } - -