Skip to content

Commit 5a59e9e

Browse files
emmaling27Convex, Inc.
authored andcommitted
Fix deployment url in dashboard dockerfile (#34026)
GitOrigin-RevId: 9a952f66c2c7a1f3a4a1a363b37bf2d41352423a
1 parent 021e288 commit 5a59e9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

self-hosted/Dockerfile.dashboard

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ COPY ./npm-packages ./npm-packages
66
# Install dependencies and build
77
WORKDIR /app/npm-packages/dashboard-self-hosted
88
RUN rush install
9-
# NEXT_PUBLIC_DEPLOYMENT_URL is baked into the nextjs build
10-
# TODO: Make this configurable at runtime
11-
ENV NEXT_PUBLIC_DEPLOYMENT_URL="http://127.0.0.1:3210"
129
ENV NODE_ENV=production
1310
RUN rush build -t dashboard-self-hosted
1411
RUN rush-pnpm deploy --filter=dashboard-self-hosted --prod /tmp/deploy
@@ -23,4 +20,4 @@ USER nextjs
2320
EXPOSE 6791
2421
ENV PORT=6791
2522
ENV HOSTNAME=0.0.0.0
26-
CMD ["node", "./server.js"]
23+
CMD ["node", "./server.js"]

0 commit comments

Comments
 (0)