well i guess

This commit is contained in:
2026-01-01 18:40:23 +07:00
parent f3e176f6c7
commit 281325c9db
4 changed files with 587 additions and 9 deletions

View File

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