https://github.com/monogramm/docker-penpot-builder
:whale: Docker base image for building PENPOT frontend and backend.
https://github.com/monogramm/docker-penpot-builder
clojure clojurescript debian docker ubuntu uxbox
Last synced: 7 months ago
JSON representation
:whale: Docker base image for building PENPOT frontend and backend.
- Host: GitHub
- URL: https://github.com/monogramm/docker-penpot-builder
- Owner: Monogramm
- License: agpl-3.0
- Created: 2019-02-15T00:50:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T10:58:58.000Z (about 5 years ago)
- Last Synced: 2025-03-06T02:47:23.197Z (11 months ago)
- Topics: clojure, clojurescript, debian, docker, ubuntu, uxbox
- Language: Dockerfile
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[uri_license]: http://www.gnu.org/licenses/agpl.html
[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg
[![License: AGPL v3][uri_license_image]][uri_license]
[](https://travis-ci.org/Monogramm/docker-uxbox-builder)
[](https://hub.docker.com/r/monogramm/docker-uxbox-builder/)
[](https://hub.docker.com/r/monogramm/docker-uxbox-builder/)
[](https://microbadger.com/images/monogramm/docker-uxbox-builder)
# UXBOX docker builder
Docker image for building UXBOX frontend and backend.
## What is uxbox ?
The Open-Source prototyping tool
> [More informations](https://github.com/Monogramm/uxbox)
## Supported tags
https://hub.docker.com/r/monogramm/docker-uxbox-builder/
* `latest`
# Adding Features
If the image does not include the packages you need, you can easily build your own image on top of it.
Start your derived image with the `FROM` statement and add whatever you like.
```yaml
FROM monogramm/docker-uxbox-builder:latest
RUN ...
```
# Questions / Issues
If you got any questions or problems using the image, please visit our [Github Repository](https://github.com/Monogramm/docker-uxbox-builder) and write an issue.