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

Commit db824a8

Browse files
committed
Merge branch 'main' into actions-workflow
2 parents c50920b + c703248 commit db824a8

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
@@ -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 \

0 commit comments

Comments
 (0)