We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49f21b commit 95c928dCopy full SHA for 95c928d
packages/api/Dockerfile
@@ -7,6 +7,10 @@ RUN apt-get update && apt-get install -y openssl && apt-get clean && rm -rf /var
7
COPY packages/prisma-schemas/client_dm/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
8
9
COPY packages/api/.env /app/
10
+
11
+# Debug
12
+RUN grep GITHUB_NAME /app/.env
13
14
COPY packages/api/emails /app/emails
15
COPY packages/api/bundle.mjs /app/
16
0 commit comments