mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fixed issue (docker/podman different behavior), added .gitignore
This commit is contained in:
parent
86117e32ce
commit
fae887e6b6
2
docker/test/integration/dotnet_client/.gitignore
vendored
Normal file
2
docker/test/integration/dotnet_client/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
bin/
|
||||
obj/
|
@ -1,7 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:3.1
|
||||
|
||||
WORKDIR /client
|
||||
COPY *.cs *.csproj /client
|
||||
COPY *.cs *.csproj /client/
|
||||
|
||||
ARG VERSION=3.1.0.379
|
||||
RUN dotnet add package ClickHouse.Client -v ${VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user