Skip to content

Commit

Permalink
fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Aug 8, 2024
1 parent bf677aa commit 4d3a7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN npm run vendor
COPY ./tsconfig.json /source/tsconfig.json
COPY ./app/css/ /source/app/css/
COPY ./app/ts/ /source/app/ts/
COPY ./app/favicon.webp /source/app/favicon.webp
COPY ./app/favicon.ico /source/app/favicon.ico
COPY ./app/favicon.svg /source/app/favicon.svg
RUN npm run build

# --------------------------------------------------------
Expand Down

0 comments on commit 4d3a7d8

Please sign in to comment.