Skip to content

Commit

Permalink
25% of cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanEmb committed Dec 1, 2024
1 parent dd9c8f0 commit aa5ce2e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Empty file added .github/workflows/deploy.yaml
Empty file.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim

WORKDIR /app

ADD . /app

ENV PATH="/app/.venv/bin:$PATH"

RUN uv sync --frozen

CMD ["uv", "run", "panel", "serve", "src/frontend.py"]
3 changes: 3 additions & 0 deletions dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.venv/*
.github/*
.vscode/*

0 comments on commit aa5ce2e

Please sign in to comment.