i guess...

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-02-18 22:41:49 +07:00
parent fd3e8e3ba1
commit 722fed1cf0

View File

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