Skip to content

Commit

Permalink
Fix Dockerfile to only run tests once!
Browse files Browse the repository at this point in the history
  • Loading branch information
pajamapants3000 committed Apr 6, 2020
1 parent c370ba1 commit 1c2b2d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ WORKDIR /generator
# restore
COPY api/api.csproj ./api/
RUN dotnet restore api/api.csproj
COPY tests/tests.csproj ./tests/
RUN dotnet restore tests/tests.csproj

# copy src
COPY . .
Expand Down

0 comments on commit 1c2b2d9

Please sign in to comment.