Skip to content

Commit c9dd4bf

Browse files
committed
Fixing issue with dockerhub image build
1 parent 2ca6427 commit c9dd4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN dotnet publish --no-restore -c Release ./Web/QueryTree.csproj -o /dist
77
FROM microsoft/dotnet:2.2-aspnetcore-runtime as runtime
88
WORKDIR /app
99
COPY --from=builder /dist .
10-
COPY ./Web/EmailTemplates ./EmailTemplates
10+
COPY --from=builder /build/Web/EmailTemplates ./EmailTemplates
1111
VOLUME /var/lib/querytree
1212
ENV ConnectionStrings__DefaultConnection="Filename=/var/lib/querytree/querytree.db;"
1313
ENV Passwords__Keyfile="/var/lib/querytree/querytree.key"

0 commit comments

Comments
 (0)