Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Commit c703248

Browse files
Merge pull request #1 from linuxserver-labs/npm-script-fix
fixed npm script
2 parents c55d49a + e466770 commit c703248

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN \
4747
/app/invoiceninja/ --strip-components=1 && \
4848
cd /app/invoiceninja && \
4949
npm install --production && \
50-
npm run prod && \
50+
npm run production && \
5151
echo "**** install composer dependencies ****" && \
5252
composer install \
5353
-d /app/invoiceninja \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN \
4747
/app/invoiceninja/ --strip-components=1 && \
4848
cd /app/invoiceninja && \
4949
npm install --production && \
50-
npm run prod && \
50+
npm run production && \
5151
echo "**** install composer dependencies ****" && \
5252
composer install \
5353
-d /app/invoiceninja \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
/app/invoiceninja/ --strip-components=1 && \
4747
cd /app/invoiceninja && \
4848
npm install --production && \
49-
npm run prod && \
49+
npm run production && \
5050
echo "**** install composer dependencies ****" && \
5151
composer install \
5252
-d /app/invoiceninja \

0 commit comments

Comments
 (0)