Hi, Thank you for the quick answer. Yes, I actually tried this by taking this sample as a reference but it did not work. I am still getting an error "File not found". Here is the related part of my "snapcraft.yaml" file: parts:
flask-app:
plugin: python
source: .
python-version: python3
requirements: [requirements.txt]
configs:
source: ./configs
plugin: dump
organize:
'package-assets/*': package-assets/${SNAPCRAFT_PROJECT_NAME}/
templates:
source: ./templates
plugin: dump
static:
source: ./static
plugin: dump "templates" and "static" are the folders that I would like to include Best, Deniz
... View more