fixed things

This commit is contained in:
2025-02-18 13:04:33 +07:00
parent da61b39f4f
commit c0b5bea64f
4 changed files with 10 additions and 4 deletions

View File

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