The configurator is unable to seed the mattermost container due to a typo in scripts/seed-workshop-resources on line 141
docker cp config/mattermost/data.jsonl workshop_mattermost_1:/mattermost/data/data.jsonl
should be
docker cp config/mattermost/data.jsonl workshop-mattermost-1:/mattermost/data/data.jsonl
Ran into this issue on MacOS with Docker desktop
The configurator is unable to seed the mattermost container due to a typo in scripts/seed-workshop-resources on line 141
docker cp config/mattermost/data.jsonl workshop_mattermost_1:/mattermost/data/data.jsonl
should be
docker cp config/mattermost/data.jsonl workshop-mattermost-1:/mattermost/data/data.jsonl
Ran into this issue on MacOS with Docker desktop