@ -1,7 +1,8 @@
version: 2
jobs:
build:
docker: python:3.8-alpine
docker:
- image: python:3.8-alpine
working_directory: ~/back
steps:
- checkout