We should use server container instead of cli container when running a basemaps server.
Because the serve commands in the cli container was legacy before we got the server container and is deprecated, as it required extra dependencies like lerc and basemaps/landinghttps://github.com/linz/basemaps/pull/3348.
Modifications
Use server container for screenshots and smoke tests
Motivation
We should use
server
container instead ofcli
container when running a basemaps server. Because theserve
commands in thecli
container was legacy before we got the server container and is deprecated, as it required extra dependencies likelerc
andbasemaps/landing
https://github.com/linz/basemaps/pull/3348.Modifications
Use server container for screenshots and smoke tests
Verification