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