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 271c332 commit d6e86c0Copy full SHA for d6e86c0
Dockerfile
@@ -15,6 +15,7 @@ WORKDIR /app
15
COPY . .
16
17
RUN pnpm i
18
+RUN pnpm run generate-config
19
RUN pnpm run build
20
21
# Expose the application port
0 commit comments