why favicon won't load in production, nonsense

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-02-18 22:55:32 +07:00
parent 7051446fda
commit b789e03153

View File

@ -9,7 +9,7 @@ COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile
COPY . . COPY . .
# COPY ./src/app/favicon.ico ./public/favicon.ico COPY ./src/app/favicon.ico ./public/favicon.ico
RUN yarn build RUN yarn build