https://github.com/devowlio/dockerfile
Common Dockerfile's for devowl.io projects.
https://github.com/devowlio/dockerfile
Last synced: 6 months ago
JSON representation
Common Dockerfile's for devowl.io projects.
- Host: GitHub
- URL: https://github.com/devowlio/dockerfile
- Owner: devowlio
- License: mit
- Created: 2020-05-15T12:53:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T11:02:39.000Z (over 3 years ago)
- Last Synced: 2025-02-13T16:19:42.961Z (10 months ago)
- Language: Dockerfile
- Homepage: https://devowl.io
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerfile
Common `Dockerfile`'s for [devowl.io](https://devowl.io) projects.
- `/wp-react-starter/gitlab-ci`: Base image for [WP React Starter](https://github.com/devowlio/wp-react-starter/)'s [`gitlab-ci`](https://github.com/devowlio/wp-react-starter/tree/master/devops/docker/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
```