Flask Buildspec.yml

[Solved] Flask Buildspec.yml | Python Frameworks Flask - Code Explorer | www.yomemimo.com
Question : flask buildspec.yml

Answered by : cooperative-crayfish-tdlcw6kafrqu

version: 0.2
phases: install: runtime-versions: python: 3.8 pre_build: commands: - pip install -r requirements.txt - python app_test.py

Source : https://aws.amazon.com/blogs/containers/create-a-ci-cd-pipeline-for-amazon-ecs-with-github-actions-and-aws-codebuild-tests/ | Last Update : Mon, 17 Jan 22

Answers related to flask buildspec.yml

Code Explorer Popular Question For Python Frameworks Flask