Skip to content

Commit

Permalink
burh im a retard
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed May 19, 2024
1 parent 0ed82c9 commit c2f3078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/drizzle/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import { db, image as imageSchema } from "@/lib/drizzle/db";
for (let i = 0; i < images.length; i++) {
const image = images[i]
await new Promise<void>((resolve, reject) => {
console.log(`✨Stardust: Pulling image ${image.dockerImage}`)
exec(`docker pull ${image.dockerImage}`, (err, stdout, stderr) => {
if (err) {
console.error(`✨Stardust: Error pulling image ${image.dockerImage}`)
Expand Down

0 comments on commit c2f3078

Please sign in to comment.