Skip to content

Commit 95c928d

Browse files
committed
api: Add debug
1 parent e49f21b commit 95c928d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/api/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ RUN apt-get update && apt-get install -y openssl && apt-get clean && rm -rf /var
77
COPY packages/prisma-schemas/client_dm/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
88

99
COPY packages/api/.env /app/
10+
11+
# Debug
12+
RUN grep GITHUB_NAME /app/.env
13+
1014
COPY packages/api/emails /app/emails
1115
COPY packages/api/bundle.mjs /app/
1216

0 commit comments

Comments
 (0)