Skip to content

Commit

Permalink
api: Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Oct 24, 2024
1 parent e49f21b commit 95c928d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ RUN apt-get update && apt-get install -y openssl && apt-get clean && rm -rf /var
COPY packages/prisma-schemas/client_dm/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/

COPY packages/api/.env /app/

# Debug
RUN grep GITHUB_NAME /app/.env

COPY packages/api/emails /app/emails
COPY packages/api/bundle.mjs /app/

Expand Down

0 comments on commit 95c928d

Please sign in to comment.