Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 373 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 373 Bytes

Bazooka WordPress base Docker image

Developing and using the image

Pull the latest image with:

docker pull ghcr.io/druidfi/bazooka-wordpress:latest

Build image locally:

docker build -t ghcr.io/druidfi/bazooka-wordpress .

Creating custom image

Create Dockerfile:

FROM ghcr.io/druidfi/bazooka-wordpress:latest

# Add plugins or themes