Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Nov 18, 2024
1 parent af25ea4 commit 63afdea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ COPY --from=builder /app/src/typegate/engine/*.js /app/src/typegate/engine/*.ts
COPY --from=builder /app/src/typegate/src ./src/typegate/src/
COPY --from=builder /app/src/typegate/deno.jsonc ./src/typegate/
COPY --from=builder /app/src/typegraph/deno/deno.json ./src/typegraph/deno/
COPY --from=builder /app/src/typegraph/specs/codegen/deno.json ./src/typegraph/specs/codegen/
COPY --from=builder /app/tests/deno.jsonc ./tests/
COPY --from=builder /app/examples/deno.jsonc ./examples/
COPY tools/LICENSE-MPL-2.0.md LICENSE.md
Expand Down

0 comments on commit 63afdea

Please sign in to comment.