Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 626 Bytes

Dockerfile

Common Dockerfile's for devowl.io projects.

  • /wp-react-starter/gitlab-ci: Base image for WP React Starter's gitlab-ci.
  • /wordpress: WordPress image with additional tools extending from the official WordPress image

Build and Push

In order to push it to the registry (), you need to run the following commands:

docker build . --tag "devowliode/wp-react-starter-gitlab-ci:latest"
docker push devowliode/wp-react-starter-gitlab-ci:latest