Compare commits
No commits in common. "31062fddbfbbf25f206060b38773a7e2c008723c" and "3c1d5d601fa1a9f30b2aa4fd36086102108dde94" have entirely different histories.
31062fddbf
...
3c1d5d601f
7
Makefile
7
Makefile
@ -15,14 +15,11 @@ build:
|
|||||||
|
|
||||||
|
|
||||||
run:
|
run:
|
||||||
.venv/usr/bin/snek
|
$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
|
||||||
#$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
|
|
||||||
|
|
||||||
install: ubuntu
|
install:
|
||||||
python3.12 -m venv .venv
|
python3.12 -m venv .venv
|
||||||
$(PIP) install -e .
|
$(PIP) install -e .
|
||||||
|
|
||||||
ubuntu:
|
|
||||||
docker build -f DockerfileUbuntu -t snek_ubuntu .
|
docker build -f DockerfileUbuntu -t snek_ubuntu .
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -119,10 +119,9 @@ function r_update(){
|
|||||||
mv r /usr/local/bin/r
|
mv r /usr/local/bin/r
|
||||||
}
|
}
|
||||||
|
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
|
||||||
resize > /dev/null
|
resize > /dev/null
|
||||||
|
|
||||||
r_update
|
r_update
|
||||||
|
|
||||||
|
r
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user