Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 446 Bytes

DOCKER_HUB.md

File metadata and controls

16 lines (12 loc) · 446 Bytes

Pushing images to Docker Hub

We have some pre-built images on Docker Hub.

Read the Docker Hub Quickstart

DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build --no-cache php
docker push coopcycle/php:8.3
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build --no-cache webpack
docker push coopcycle/webpack:latest