Commit Graph

11 Commits

Author SHA1 Message Date
Kevin Burnett 51c10a0153
Merging deploy app dev into master (#13)
* updated available v2 connectors w/ burnettk

* install postgresql-client in the docker image w/ burnettk

* updated spiffworkflow-proxy so it can find the correct commands w/ burnettk

* use h2 in the README w/ burnettk

* update connector-http with GetRequestV2 param fix

* update connector-http to fix post request v2

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
2024-01-02 07:12:49 -08:00
Jakub Sokołowski 74f85cac50
Dockerfile: use separate setup and final images
This makes the build simpler since we don't have to remove setup
dependencies like pip or poetry.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-02-23 10:57:43 +01:00
burnettk 6f1b94ab33 use array form of command since this is better in every way 2023-02-13 11:58:59 -05:00
burnettk 85b365ad15 ENTRYPOINT instead of CMD, because i guess ENTRYPOINT is awesome now 2023-02-13 11:50:42 -05:00
burnettk 3c289abfca we cannot poetry install without gcc 2022-12-23 19:07:03 -05:00
burnettk 8e50307641 add libpq-dev for pg_config executable 2022-12-22 21:02:06 -05:00
burnettk 93de3d8f4e add postgresql-client to let it docker build 2022-12-22 20:42:49 -05:00
jbirddog 946579a459
Bump to Python 3.11.0 (#19) 2022-11-28 14:24:51 -05:00
burnettk 8cd38a3845 specify destination 2022-09-20 12:06:14 -04:00
burnettk a0ea1de6df add connectors 2022-09-20 12:01:45 -04:00
jasquat 22c44aef8f added docker deployment to app w/ burnettk 2022-09-14 14:55:46 -04:00