Skip to content

Commit 99c900f

Browse files
chore: npm run -> node --run
1 parent f855782 commit 99c900f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN set -e; \
1010
git log -1; \
1111
export GITHUB_TOKEN="${GITHUB_TOKEN}"; \
1212
npm clean-install; \
13-
npm run all;
13+
node --run all;
1414

1515
FROM nginxinc/nginx-unprivileged:alpine-slim
1616
LABEL maintainer="MagicMirrorOrg"

0 commit comments

Comments
 (0)