mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Update Dockerfile
This commit is contained in:
parent
199e6c8943
commit
ef0da264fc
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ ENV NODE_ENV=production
|
||||||
ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
ENV NODE_OPTIONS=$NODE_OPTIONS
|
ENV NODE_OPTIONS=$NODE_OPTIONS
|
||||||
|
|
||||||
|
RUN echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts && \
|
||||||
|
echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts && \
|
||||||
|
echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts && \
|
||||||
|
echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts
|
||||||
RUN addgroup --system --gid 1001 nodejs
|
RUN addgroup --system --gid 1001 nodejs
|
||||||
RUN adduser --system --uid 1001 nextjs
|
RUN adduser --system --uid 1001 nextjs
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue