Skip to content

Commit

Permalink
fix dockerfile env
Browse files Browse the repository at this point in the history
  • Loading branch information
daoleno committed Dec 16, 2023
1 parent 27317da commit a18321a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dashboard/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
.next
.git
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ COPY . .
# Learn more here: https://nextjs.org/telemetry
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1
ENV PARQUET_DIR_PATH lens-public-data/sample

RUN yarn build

Expand All @@ -37,7 +38,6 @@ FROM base AS runner
WORKDIR /app

ENV NODE_ENV production
ENV PARQUET_DIR_PATH lens-public-data/sample
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED 1

Expand Down

0 comments on commit a18321a

Please sign in to comment.