Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Nov 29, 2024
1 parent b2ddc96 commit 91048a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN xcaddy build --with github.com/muety/caddy-remote-host

FROM ghcr.io/astral-sh/uv:0.5-debian

ENV PATH=/app/.venv/bin:${PATH}

COPY --from=caddy /usr/bin/caddy /usr/bin/caddy

WORKDIR /app/
Expand All @@ -13,4 +15,4 @@ RUN uv sync

HEALTHCHECK CMD curl -f localhost:${FIREWHALE_CADDY_API_PORT:-2019}/config/

CMD ["uv", "run", "firewhale", "start"]
CMD ["firewhale", "start"]

0 comments on commit 91048a1

Please sign in to comment.