Answers for "flask buildspec.yml"

0

flask buildspec.yml

version: 0.2
phases:
  install:
    runtime-versions:
      python: 3.8
  pre_build:
    commands:
      - pip install -r requirements.txt
      - python app_test.py
Posted by: Guest on January-10-2022

Python Answers by Framework

Browse Popular Code Answers by Language