We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baefdd commit 93221a2Copy full SHA for 93221a2
1 file changed
deploy/Dockerfile
@@ -57,6 +57,9 @@ RUN mkdir -p feldera/sql-to-dbsp-compiler/lib
57
COPY --chown=ubuntu sql-to-dbsp-compiler/lib feldera/sql-to-dbsp-compiler/lib
58
COPY --chown=ubuntu sql-to-dbsp-compiler/temp feldera/sql-to-dbsp-compiler/temp
59
COPY --chown=ubuntu sql-to-dbsp-compiler/SQL-compiler/sql-to-dbsp feldera/sql-to-dbsp-compiler/SQL-compiler/sql-to-dbsp
60
+# Copy over demos
61
+RUN mkdir -p feldera/demo/packaged/sql
62
+COPY --chown=ubuntu demo/packaged/sql feldera/demo/packaged/sql
63
64
# Install cargo and rust for this non-root user
65
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.87.0
0 commit comments