fix: right

This commit is contained in:
Luc SORIGNET
2025-02-16 15:03:55 +01:00
parent a041ffaee7
commit 05f1f16727

View File

@ -33,6 +33,7 @@ COPY docker/entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
RUN chown 1001:1001 -R /app
USER nextjs
ENV HOSTNAME="0.0.0.0"
EXPOSE 3000