Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Jan 22, 2024
1 parent 6f1b755 commit 6b5652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN python "scripts/create_duckdb_database_file.py" \
ARG GITHUB_WORKSPACE

# The flight_sql executable was built earlier in the Github actions pipeline - so just copy it into the image
COPY --chown=app_user:app_user build/flight_sql /usr/local/bin/flight_sql
COPY --chown=app_user:app_user ./build/flight_sql /usr/local/bin/flight_sql

COPY --chown=app_user:app_user ./tls ./tls

Expand Down

0 comments on commit 6b5652a

Please sign in to comment.