fix: use pip3 instead of pip in Makefile
All checks were successful
Build and Deploy Erika CV / build-and-deploy (push) Successful in 37s
All checks were successful
Build and Deploy Erika CV / build-and-deploy (push) Successful in 37s
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ run: install
|
|||||||
FLASK_ENV=development python app.py
|
FLASK_ENV=development python app.py
|
||||||
|
|
||||||
install:
|
install:
|
||||||
pip install -r requirements.txt --quiet
|
pip3 install -r requirements.txt --quiet
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
docker build -t web-erika .
|
docker build -t web-erika .
|
||||||
|
|||||||
Reference in New Issue
Block a user