Fix docker build
This commit is contained in:
parent
c28251a158
commit
e429ee8030
2 changed files with 6 additions and 6 deletions
8
Makefile
8
Makefile
|
|
@ -32,11 +32,11 @@ test:
|
|||
build:
|
||||
# https://stackoverflow.com/questions/24347450/how-do-you-add-additional-files-to-a-wheel
|
||||
rm -rf build/* dist/* *.egg-info
|
||||
uv sync
|
||||
uv build --wheel --out-dir dist
|
||||
docker build -t kianby/stacosys .
|
||||
#docker login -u kianby
|
||||
#docker push docker.io/kianby/stacosys:latest
|
||||
docker build -t source.madyanne.fr/yax/stacosys .
|
||||
docker push source.madyanne.fr/yax/stacosys
|
||||
|
||||
# run
|
||||
run:
|
||||
PYTHONPATH=src/ uv run python src/stacosys/run.py $(RUN_ARGS)
|
||||
PYTHONPATH=src/ uv run python src/stacosys/run.py $(RUN_ARGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue