Skip to content

Commit b9afcbb

Browse files
authored
Update deps (#85)
* update dependencies * update docker run script
1 parent 2553fca commit b9afcbb

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

bin/run-docker-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
APPNAME=$1
44
docker build . --platform linux/amd64 -t "$APPNAME"
5-
docker run --platform linux/amd64 -p 8080:8080 "$APPNAME" -e CIPHER_KEY="$2"
5+
docker run --platform linux/amd64 -it --rm -p 8080:8080 "$APPNAME" -e CIPHER_KEY="$2"

uv.lock

Lines changed: 24 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)