Skip to content

Reduce docker image from 1.39 GB to 611 MB #31

Reduce docker image from 1.39 GB to 611 MB

Reduce docker image from 1.39 GB to 611 MB #31

Workflow file for this run

name: docker-build
on:
pull_request:
branches: [main]
paths:
- "tdrive/docker/**"
jobs:
build-frontend:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: cd tdrive && docker build -t tdrive/tdrive-frontend -f docker/tdrive-frontend/Dockerfile .
build-node:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: cd tdrive && docker build --target production -t docker-registry.linagora.com/tdrive/tdrive-node -f docker/tdrive-node/Dockerfile .