We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca6427 commit c9dd4bfCopy full SHA for c9dd4bf
Dockerfile
@@ -7,7 +7,7 @@ RUN dotnet publish --no-restore -c Release ./Web/QueryTree.csproj -o /dist
7
FROM microsoft/dotnet:2.2-aspnetcore-runtime as runtime
8
WORKDIR /app
9
COPY --from=builder /dist .
10
-COPY ./Web/EmailTemplates ./EmailTemplates
+COPY --from=builder /build/Web/EmailTemplates ./EmailTemplates
11
VOLUME /var/lib/querytree
12
ENV ConnectionStrings__DefaultConnection="Filename=/var/lib/querytree/querytree.db;"
13
ENV Passwords__Keyfile="/var/lib/querytree/querytree.key"
0 commit comments