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 a871b86 commit 62e3da7Copy full SHA for 62e3da7
Dockerfile
@@ -21,7 +21,7 @@ RUN cd /github-action-dashboard/ && \
21
npm ci && \
22
cd /github-action-dashboard/client && \
23
24
- DEBUG=action-dashboard:* DOCKER_BUILD=true npm run build
+ DOCKER_BUILD=true npm run build
25
26
# production stage & clean up
27
FROM base as release
0 commit comments