Skip to content

Commit

Permalink
Fixed an issue whereby frontend node server was starting up on the wr…
Browse files Browse the repository at this point in the history
…ong address
  • Loading branch information
ARADDCC002 authored Oct 24, 2024
1 parent e2bdeb3 commit 65ff948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ COPY --from=frontend /app/.next/standalone ./
COPY --from=frontend /app/.next/static ./.next/static
COPY --from=frontend /app/public ./public
ENV NEXT_TELEMETRY_DISABLED 1
ENV HOSTNAME 0.0.0.0

COPY infrastructure/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf

Expand Down

0 comments on commit 65ff948

Please sign in to comment.