Repository to learn PyOxidizer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Drew Bednar ddccf118e9 working two stage build 2 years ago
app working two stage build 2 years ago
dockerfiles working two stage build 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md working two stage build 2 years ago

README.md

learn_pyoxidizer

Learning PyOxidizer

Repository to learn PyOxidizer

Example:

https://github.com/takov751/Pyoxidizer_example

Build

A two stage build is implemented in Docker.

Build container

Run from repo root.

docker build -t pyoxidizer-build:0.22.0 --file ./dockerfiles/Dockerfile.pyoxidizer .

This creates our PyOxidizer build environment.

Building the app

docker build -t oxidized_app:0.1.0 --file ./dockerfiles/Dockerfile.oxidized_app .