Common Dockerfile
's for devowl.io projects.
/wp-react-starter/gitlab-ci
: Base image for WP React Starter'sgitlab-ci
./wordpress
: WordPress image with additional tools extending from the official WordPress image
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