There was an error while loading. Please reload this page.
2 parents bf85b4a + 9ec1d63 commit 5c58b91Copy full SHA for 5c58b91
app/Dockerfile
@@ -40,6 +40,7 @@ COPY feedback/symbolic_comparison.py ./app/feedback/
40
# Copy Documentation
41
COPY docs/dev.md ./app/docs/dev.md
42
COPY docs/user.md ./app/docs/user.md
43
+COPY docs/quantity_comparison_graph.svg ./app/docs/quantity_comparison_graph.svg
44
45
# Set permissions so files and directories can be accessed on AWS
46
RUN chmod 644 $(find . -type f)
0 commit comments