DONE: fix error on gold display is not showing on display tv

This commit is contained in:
ISMAIL MASSERAN
2026-07-27 09:21:01 +08:00
parent d0f5d4c979
commit 2ebcab64ab
9 changed files with 19 additions and 12 deletions
-2
View File
@@ -2,8 +2,6 @@
FROM node:20-bookworm AS build
WORKDIR /app
ARG VITE_API_URL=http://localhost:8080
ARG VITE_GOLD_PRICE_URL
ENV VITE_API_URL=$VITE_API_URL
ENV VITE_GOLD_PRICE_URL=$VITE_GOLD_PRICE_URL