File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ ENV NEXT_PUBLIC_FRIENDLY_CAPTCHA_SITEKEY=${ARG_FRIENDLY_CAPTCHA_SITEKEY}
6363ENV NEXT_TELEMETRY_DISABLED=1
6464
6565RUN --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
9898COPY --from=build --chown="$USER" :"$USER" /app/web/.next/standalone ./
9999COPY --from=build --chown="$USER" :"$USER" /app/web/.next/static ./.next/static
100100
101+ RUN ls -R
102+
101103USER "$UID"
102104EXPOSE 3000
103105
104106ENTRYPOINT ["/sbin/tini" , "--" ]
105- CMD node apps/web/ server.js
107+ CMD [ " node" , " server.js" ]
You can’t perform that action at this time.
0 commit comments