Skip to content

Commit

Permalink
List out contents in generated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Oct 17, 2024
1 parent 968f30c commit 1d6afcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/my-app/run-postgres-extract-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ docker exec postgres psql -Upostgres -d docker -c "COPY account.transactions TO
mkdir -p "${SCRIPT_DIR}"/shared/generated
sudo docker cp postgres:/tmp/balances.csv "${SCRIPT_DIR}"/shared/generated/balances.csv
sudo docker cp postgres:/tmp/transactions.csv "${SCRIPT_DIR}"/shared/generated/transactions.csv

echo "Moved CSV files to current server"
ls -lh "${SCRIPT_DIR}"/shared/generated
echo "Finished running my-app!"

0 comments on commit 1d6afcf

Please sign in to comment.