1
This commit is contained in:
4
justfile
4
justfile
@@ -23,5 +23,9 @@ dev: stubs
|
||||
docker-build:
|
||||
docker build -t rsh-backend:local .
|
||||
|
||||
docker-publish:
|
||||
docker tag localhost/rsh-backend:local registry.walruslab.org/pub/rsh-backend:latest
|
||||
docker push registry.walruslab.org/pub/rsh-backend:latest
|
||||
|
||||
docker-run:
|
||||
docker run --rm -p 7777:7777 -v rsh-data:/var/lib/rsh rsh-backend:local
|
||||
|
||||
Reference in New Issue
Block a user