https://github.com/cakebake/weasyprintfreezedwithdocker
WeasyPrint freezed onefile binary generator with pyinstaller for linux with docker
https://github.com/cakebake/weasyprintfreezedwithdocker
Last synced: 3 months ago
JSON representation
WeasyPrint freezed onefile binary generator with pyinstaller for linux with docker
- Host: GitHub
- URL: https://github.com/cakebake/weasyprintfreezedwithdocker
- Owner: cakebake
- Created: 2019-02-13T23:53:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T00:02:52.000Z (over 7 years ago)
- Last Synced: 2025-02-23T16:14:35.082Z (over 1 year ago)
- Language: Dockerfile
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[WeasyPrint](https://github.com/Kozea/WeasyPrint) Freezed With Docker
=====================================================================
WeasyPrint freezed onefile binary generator with pyinstaller for linux with docker.
https://docs.python-guide.org/shipping/freezing/
Download
--------
https://github.com/cakebake/WeasyPrintFreezedWithDocker/raw/master/dist/weasyprint
Usage
-----
### Build
```bash
git clone https://github.com/cakebake/WeasyPrintFreezedWithDocker.git
docker build -t weasyprintfreezedwithdocker .
```
### Run
```bash
docker run -it --rm \
-v $PWD/dist:/tmp/dist \
--user $UID:$GID \
weasyprintfreezedwithdocker
```
The executeable is created in `./dist/weasyprint`.