It seems Docker CI isn't working properly. In fact, we probably have to build images manually via ./scripts/build.sh. This script will append the main function to the vendor file and we must keep also the copy commands like this
COPY vendor.py .
COPY entry .
cc: @wannaphong
It seems Docker CI isn't working properly. In fact, we probably have to build images manually via
./scripts/build.sh. This script will append the main function to the vendor file and we must keep also the copy commands like thiscc: @wannaphong