Skip to content

Commit 93221a2

Browse files
committed
[docker] include demo dir
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent 9baefdd commit 93221a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ RUN mkdir -p feldera/sql-to-dbsp-compiler/lib
5757
COPY --chown=ubuntu sql-to-dbsp-compiler/lib feldera/sql-to-dbsp-compiler/lib
5858
COPY --chown=ubuntu sql-to-dbsp-compiler/temp feldera/sql-to-dbsp-compiler/temp
5959
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
6063

6164
# Install cargo and rust for this non-root user
6265
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.87.0

0 commit comments

Comments
 (0)