Skip to content

Commit

Permalink
fix(dash/src): 🚧 Test env loading 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Feb 9, 2025
1 parent bd64088 commit e9b81f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ RUN yarn install

# Build the project
COPY --from=builder /app/out/full/ .
COPY --from=builder /app/apps/dashboard/.env ./apps/dashboard/.env

ENV NEXT_TELEMETRY_DISABLED 1

RUN ls -la
RUN ls apps -la
RUN ls apps/dashboard -la
RUN cat apps/dashboard/.env

ENV NEXT_TELEMETRY_DISABLED 1

RUN yarn turbo run build --filter=dashboard...

FROM base AS runner
Expand Down

0 comments on commit e9b81f2

Please sign in to comment.