Update roles/build_fastapi/tasks/main.yml
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
command:
|
command:
|
||||||
cmd: source "{{ build_root_abspath }}/venv/bin/activate"
|
cmd: source "{{ build_root_abspath }}/venv/bin/activate"
|
||||||
cmd: pip install "fastapi[all]"
|
cmd: pip install "fastapi[all]"
|
||||||
tasks:
|
|
||||||
- name: Build image and with build args
|
- name: Build image and with build args
|
||||||
community.docker.docker_image:
|
community.docker.docker_image:
|
||||||
name: helloworld-fastapi
|
name: helloworld-fastapi
|
||||||
|
|||||||
Reference in New Issue
Block a user