Skip to content

Commit

Permalink
fix(dockerfile): remove copy of Tests folder (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored Jun 23, 2022
1 parent 90c9294 commit 33594a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Sources/App/HTTP/HTTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ extension HTTP.Client {
case failedWithResponse(HTTPClientResponse)
}
}


0 comments on commit 33594a1

Please sign in to comment.