We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021e288 commit 5a59e9eCopy full SHA for 5a59e9e
self-hosted/Dockerfile.dashboard
@@ -6,9 +6,6 @@ COPY ./npm-packages ./npm-packages
6
# Install dependencies and build
7
WORKDIR /app/npm-packages/dashboard-self-hosted
8
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"
12
ENV NODE_ENV=production
13
RUN rush build -t dashboard-self-hosted
14
RUN rush-pnpm deploy --filter=dashboard-self-hosted --prod /tmp/deploy
@@ -23,4 +20,4 @@ USER nextjs
23
20
EXPOSE 6791
24
21
ENV PORT=6791
25
22
ENV HOSTNAME=0.0.0.0
26
-CMD ["node", "./server.js"]
+CMD ["node", "./server.js"]
0 commit comments