Dockerfile : désactiver la télémétrie Astro

This commit is contained in:
Ahurac 2024-01-31 15:25:36 +01:00
parent 9785f099cf
commit db1c3a8eef

View file

@ -21,5 +21,6 @@ COPY --from=build /app/dist ./dist
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0
ENV PORT=4321 ENV PORT=4321
ENV ASTRO_TELEMETRY_DISABLED=1
EXPOSE 4321 EXPOSE 4321
CMD node ./dist/server/entry.mjs CMD node ./dist/server/entry.mjs