Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/cryptothrone/axum-cryptothrone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ COPY packages/npm/astro/ packages/npm/astro/
COPY packages/npm/droid/ packages/npm/droid/
COPY packages/npm/laser/ packages/npm/laser/

# Copy generated schemas (content collections may import these)
COPY packages/data/codegen/generated/ packages/data/codegen/generated/

# Copy astro-cryptothrone source
COPY apps/cryptothrone/astro-cryptothrone/ apps/cryptothrone/astro-cryptothrone/

Expand Down
3 changes: 3 additions & 0 deletions apps/discordsh/axum-discordsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN pnpm install --frozen-lockfile
COPY packages/npm/astro/ packages/npm/astro/
COPY packages/npm/droid/ packages/npm/droid/

# Copy generated schemas (content collections may import these)
COPY packages/data/codegen/generated/ packages/data/codegen/generated/

# Copy astro-discordsh source
COPY apps/discordsh/astro-discordsh/ apps/discordsh/astro-discordsh/

Expand Down
3 changes: 3 additions & 0 deletions apps/herbmail/axum-herbmail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN pnpm install --frozen-lockfile
COPY packages/npm/astro/ packages/npm/astro/
COPY packages/npm/droid/ packages/npm/droid/

# Copy generated schemas (content collections may import these)
COPY packages/data/codegen/generated/ packages/data/codegen/generated/

# Copy astro-herbmail source
COPY apps/herbmail/astro-herbmail/ apps/herbmail/astro-herbmail/

Expand Down
3 changes: 3 additions & 0 deletions apps/irc/irc-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN pnpm install --frozen-lockfile
COPY packages/npm/astro/ packages/npm/astro/
COPY packages/npm/droid/ packages/npm/droid/

# Copy generated schemas (content collections may import these)
COPY packages/data/codegen/generated/ packages/data/codegen/generated/

# Copy astro-irc source
COPY apps/irc/astro-irc/ apps/irc/astro-irc/

Expand Down
3 changes: 3 additions & 0 deletions apps/kbve/axum-kbve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ COPY packages/npm/astro/ packages/npm/astro/
COPY packages/npm/droid/ packages/npm/droid/
COPY packages/npm/laser/ packages/npm/laser/

# Copy generated schemas used by astro-kbve content collections
COPY packages/data/codegen/generated/ packages/data/codegen/generated/

# Copy astro-kbve source
COPY apps/kbve/astro-kbve/ apps/kbve/astro-kbve/

Expand Down
3 changes: 3 additions & 0 deletions apps/mc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN pnpm install --frozen-lockfile
COPY packages/npm/astro/ packages/npm/astro/
COPY packages/npm/droid/ packages/npm/droid/

# Copy generated schemas (content collections may import these)
COPY packages/data/codegen/generated/ packages/data/codegen/generated/

# Copy astro-mc source
COPY apps/mc/astro-mc/ apps/mc/astro-mc/

Expand Down
3 changes: 3 additions & 0 deletions apps/memes/axum-memes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN pnpm install --frozen-lockfile
COPY packages/npm/astro/ packages/npm/astro/
COPY packages/npm/droid/ packages/npm/droid/

# Copy generated schemas (content collections may import these)
COPY packages/data/codegen/generated/ packages/data/codegen/generated/

# Copy astro-memes source
COPY apps/memes/astro-memes/ apps/memes/astro-memes/

Expand Down
Loading