Update Dockerfile

This commit is contained in:
alexey-milovidov 2022-01-03 02:54:43 +03:00 committed by GitHub
parent 817bb0ee6d
commit 7d52ba4576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,3 @@ COPY *.cs *.csproj /client/
ARG VERSION=4.1.0
RUN dotnet add package ClickHouse.Client -v ${VERSION}
RUN dotnet run