Skip to content

Commit 5c58b91

Browse files
Merge pull request #124 from lambda-feedback/tr88-improve-feedback-given-when-comparing-physical-quantities
Added image used in user docs to Docker file
2 parents bf85b4a + 9ec1d63 commit 5c58b91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ COPY feedback/symbolic_comparison.py ./app/feedback/
4040
# Copy Documentation
4141
COPY docs/dev.md ./app/docs/dev.md
4242
COPY docs/user.md ./app/docs/user.md
43+
COPY docs/quantity_comparison_graph.svg ./app/docs/quantity_comparison_graph.svg
4344

4445
# Set permissions so files and directories can be accessed on AWS
4546
RUN chmod 644 $(find . -type f)

0 commit comments

Comments
 (0)