Dockerfile : désactiver la télémétrie Astro
This commit is contained in:
parent
9785f099cf
commit
db1c3a8eef
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ COPY --from=build /app/dist ./dist
|
|||
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=4321
|
||||
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||
EXPOSE 4321
|
||||
CMD node ./dist/server/entry.mjs
|
||||
|
|
Loading…
Reference in a new issue