/dockerfile

Common Dockerfile's for devowl.io projects.

Primary LanguageDockerfileMIT LicenseMIT

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