Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SDCOM-0415 authored Oct 2, 2024
1 parent 3b4371b commit 6f241c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM dreamacro/clash:v1.16.0
FROM --platform=$TARGETPLATFORM metacubex/mihomo:latest

EXPOSE 8080

Expand All @@ -8,4 +8,4 @@ COPY ./dist/ /dashboard
COPY ./build/nginx.conf /etc/nginx
COPY ./build/start.sh /

ENTRYPOINT [ "sh", "/start.sh" ]
ENTRYPOINT [ "sh", "/start.sh" ]

0 comments on commit 6f241c2

Please sign in to comment.