An open API service indexing awesome lists of open source software.

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

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`.