Files
shuffle-cracked/functions/onprem/app_sdk
2020-05-15 19:39:45 +02:00
..
2020-05-11 19:17:35 +02:00
2020-05-15 19:39:45 +02:00
2020-05-11 19:17:35 +02:00
2020-05-14 19:29:27 +02:00
2020-05-11 19:17:35 +02:00

app_sdk

This is the SDK used for apps to behave like they should. To change it in the backend, upload it to Buckets/shuffler.appspot.com/generated_apps/baseline.

If you want to update apps.. PS: downloads from docker hub do overrides.. :)

  1. Write your code & check if runtime works
  2. Build app_base image
  3. docker rm $(docker ps -aq) # Remove all stopped containers
  4. Delete the specific app's Docker image (docker rmi frikky/shuffle:...)
  5. Rebuild the Docker image (click load in GUI?)