smithy.git

commit 3d17839e6dbe572acc2a357c35088e5a5aa36e81

Author: Honza Pokorny <me@honza.ca>

Fix include path in Dockerfile

 Dockerfile | 2 +-


diff --git a/Dockerfile b/Dockerfile
index 18bb1bb1a84c6fad04eb9fd53485e2ec80838930..52dfbba36989745d12673c0e3984049b70806b19 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@
 WORKDIR /root/
 
 # Copy the Pre-built binary file from the previous stage
-COPY --from=builder /app/templates templates
+COPY --from=builder /app/include include
 COPY --from=builder /app/config.yaml .
 COPY --from=builder /app/smithy .