busykoala / CI-Poetry-Vue

A CI base image with poetry and yarn & cypress dependencies based on centos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI: Poetry & Vue

This is a testing setup (Github) for running poetry in the backend and use yarn in the frontend part of a tested app.

Also the dependencies for cypress and lighthouse audits are there.

Docker Image

# pull image
docker pull busykoala/ci-poetry-vue:latest

# build and push
docker build -t busykoala/ci-poetry-vue:latest .
docker push busykoala/ci-poetry-vue:latest

About

A CI base image with poetry and yarn & cypress dependencies based on centos.


Languages

Language:Dockerfile 100.0%