mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
Update Dockerfile
This commit is contained in:
parent
710567d809
commit
253ee5189b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
|||
RUN yarn build-docker
|
||||
|
||||
# Production image, copy all the files and run next
|
||||
FROM node:18-buster AS runner
|
||||
FROM node:18-alpine AS runner
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue