We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25b5be commit 28a2d2fCopy full SHA for 28a2d2f
1 file changed
source/AAS.TwinEngine.Plugin.RelationalDatabase/Dockerfile
@@ -6,7 +6,7 @@ ENV PATH="$PATH:/root/.dotnet/tools"
6
ARG BUILD_CONFIGURATION=Release
7
WORKDIR /App
8
COPY ["AAS.TwinEngine.Plugin.RelationalDatabase/", "AAS.TwinEngine.Plugin.RelationalDatabase/"]
9
-RUN dotnet restore "AAS.TwinEngine.Plugin.RelationalDatabase/AAS.TwinEngine.Plugin.RelationalDatabase.csproj"
+RUN dotnet restore "AAS.TwinEngine.Plugin.RelationalDatabase/AAS.TwinEngine.Plugin.RelationalDatabase.csproj" --locked-mode
10
RUN dotnet publish "AAS.TwinEngine.Plugin.RelationalDatabase/AAS.TwinEngine.Plugin.RelationalDatabase.csproj" -c "$BUILD_CONFIGURATION" -o out
11
12
# Generate Application SBOM at sbom/bom.xml (omitting dev/test dependencies as they do not appear in final build)
0 commit comments