Commit graph

5 commits

Author SHA1 Message Date
Luis Finke
229c2aa079
Add simple support for dependent python modules (#11)
* add pipinstall script and append py_modules to PYTHONPATH

allows dependent python modules to be installed

* separate build_frontend and pip_install

* use prepare script for installing python modules

* use pip3 instead of pip

* always create requirements.txt, even if empty
2023-01-05 15:37:38 -08:00
TrainDoctor
af817b6b5f
Merge Dockerfile and example files for backend support example (#7)
* Add template dockerfile for testing

* Switch to holo-docker image

* Add default entrypoint.sh

* Updated dockerfile to reflect CI/CD on database

* Add template makefile, main.c

* Adjusted entrypoint.sh to actually build binary

* Made entrypoint.sh executable

* Big README update and comments in Dockerfile
2022-08-13 20:14:43 -07:00
TrainDoctor
f240cbc23f Working deploy task to send to deck 2022-06-16 12:15:06 -07:00
Jonas Dellinger
f554798ee4 Added support for static assets 2022-05-25 21:34:31 +02:00
Jonas Dellinger
52f6ca1c58 Initial commit 2022-04-23 00:42:11 +02:00