Skip to content

Commit 62e3da7

Browse files
committed
Remove debug from dockerfile
1 parent a871b86 commit 62e3da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cd /github-action-dashboard/ && \
2121
npm ci && \
2222
cd /github-action-dashboard/client && \
2323
npm ci && \
24-
DEBUG=action-dashboard:* DOCKER_BUILD=true npm run build
24+
DOCKER_BUILD=true npm run build
2525

2626
# production stage & clean up
2727
FROM base as release

0 commit comments

Comments
 (0)