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
3e45c9d055
commit
60b60b9c77
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
RUN yarn build-docker
|
RUN yarn build-docker
|
||||||
|
|
||||||
# Production image, copy all the files and run next
|
# Production image, copy all the files and run next
|
||||||
FROM node:18-alpine AS runner
|
FROM node:18 AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue