mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
fix dockerfile to run pm2
(cherry picked from commit ad0b564e170119628037b4bb13f689eb5629d041)
This commit is contained in:
parent
a12a60f86c
commit
28fc70e63a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
|||
RUN addgroup --system --gid 1001 nodejs
|
||||
RUN adduser --system --uid 1001 nextjs
|
||||
|
||||
RUN yarn add npm-run-all dotenv prisma
|
||||
RUN yarn add npm-run-all dotenv prisma pm2
|
||||
|
||||
# You only need to copy next.config.js if you are NOT using the default configuration
|
||||
COPY --from=builder /app/next.config.js .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue