Compare commits

..

No commits in common. "31062fddbfbbf25f206060b38773a7e2c008723c" and "3c1d5d601fa1a9f30b2aa4fd36086102108dde94" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -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 .

View File

@ -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