Skip to content

Commit fa5b875

Browse files
committed
See whats inside
1 parent 456ad5c commit fa5b875

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENV NEXT_PUBLIC_FRIENDLY_CAPTCHA_SITEKEY=${ARG_FRIENDLY_CAPTCHA_SITEKEY}
6363
ENV NEXT_TELEMETRY_DISABLED=1
6464

6565
RUN --mount=type=secret,id=SANITY_API_TOKEN,env=SANITY_API_TOKEN \
66-
turbo build --filter=energy-vision-web --framework-inference=false
66+
turbo build --filter=energy-vision-web
6767
#pnpm web build
6868

6969

@@ -98,8 +98,10 @@ COPY --from=build /app/web/public ./public
9898
COPY --from=build --chown="$USER":"$USER" /app/web/.next/standalone ./
9999
COPY --from=build --chown="$USER":"$USER" /app/web/.next/static ./.next/static
100100

101+
RUN ls -R
102+
101103
USER "$UID"
102104
EXPOSE 3000
103105

104106
ENTRYPOINT ["/sbin/tini", "--"]
105-
CMD node apps/web/server.js
107+
CMD ["node", "server.js"]

0 commit comments

Comments
 (0)