Skip to content

Commit

Permalink
Merge pull request #1587 from gchq/dev/fix-standalone-node-issue
Browse files Browse the repository at this point in the history
Fixed an issue whereby frontend node server was starting up on the wr…
  • Loading branch information
ARADDCC002 authored Oct 31, 2024
2 parents a48ba87 + 65ff948 commit 1e8161b
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 1e8161b

Please sign in to comment.