파비콘추가
This commit is contained in:
@@ -26,6 +26,7 @@ RUN npm install --omit=dev
|
||||
# 빌드 결과물 복사
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY server.js .
|
||||
COPY favicon.png .
|
||||
|
||||
# 환경변수 포트 노출 (Dokploy 등에서 PORT 주입 시 사용됨)
|
||||
ENV PORT=80
|
||||
|
||||
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 391 KiB |
@@ -5,6 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>WiFi Share Pro</title>
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
|
||||
Reference in New Issue
Block a user