Skip to content

Commit

Permalink
⚙️ build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jul 14, 2024
1 parent d04f046 commit 08c84e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
TAG=${1:-latest}

rye build --wheel -c -q

docker build -t codebox .

# todo move container to seperate codeboxapi account
docker tag codebox:latest shroominic/codebox:$TAG

# docker push shroominic/codebox:$TAG
7 changes: 0 additions & 7 deletions src/container/build.sh

This file was deleted.

0 comments on commit 08c84e5

Please sign in to comment.