add favicon
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 2m10s
Publish Docker Image / docker (ubuntu-latest) (push) Successful in 1m36s

This commit is contained in:
Lee 2024-04-26 06:49:06 +01:00
parent 7087060393
commit 46ef8ba4a7
2 changed files with 3 additions and 0 deletions

@ -54,6 +54,9 @@ RUN chown nextjs:nodejs .next
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
# Copy the public folder
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
USER nextjs USER nextjs
ENV HOSTNAME "0.0.0.0" ENV HOSTNAME "0.0.0.0"

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB