[xc-admin] Fix frontend Dockerfile (#873)

This commit is contained in:
Ali Behjati 2023-06-09 21:03:08 +02:00 committed by GitHub
parent 95ca9d1d92
commit c1ccef239c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ WORKDIR /home/node/
USER 1000
COPY --chown=1000:1000 governance/xc_admin governance/xc_admin
COPY --chown=1000:1000 pythnet/message_buffer pythnet/message_buffer
ENV NODE_ENV production
ENV NEXT_TELEMETRY_DISABLED 1