building and deploying:

docker build -t houseplant-client:latest .
docker image tag houseplant-client 192.168.1.193:5000/houseplant-client
docker push 192.168.1.193:5000/houseplant-client

docker build --no-cache -t houseplant-api:latest .
docker image tag houseplant-api 192.168.1.193:5000/houseplant-api
docker push 192.168.1.193:5000/houseplant-api
Description
No description provided
Readme 601 KiB
Languages
C++ 39.3%
C# 27.4%
TypeScript 18.2%
SCSS 5.6%
HTML 3.6%
Other 5.9%