Update Dockerfile

This commit is contained in:
Claire Kuang
2024-01-30 20:41:04 +00:00
parent 61e46f1b3f
commit b66b02f03b
+1 -1
View File
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env
WORKDIR /src
COPY SpeckleAutomateDotnetExample/ .
COPY SpeckleRegressionTester/ .
RUN dotnet restore --use-current-runtime
RUN dotnet publish --use-current-runtime --self-contained false --no-restore -o /publish