mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Update docker build.
This commit is contained in:
parent
a37dd6180b
commit
6541ba1ab4
5 changed files with 9 additions and 28 deletions
|
|
@ -1,3 +1,4 @@
|
|||
require('dotenv').config();
|
||||
const cli = require('next/dist/cli/next-start');
|
||||
|
||||
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || '0.0.0.0']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue