You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does need yarn to be installed since commit-hash .
However the Dockerfile does not install yarn via npm - so it fails to publish the site. Could be easily fixed with a
RUN npm install -g yarn
before the entrypoint command.
The text was updated successfully, but these errors were encountered:
Hi,
this line:
DockerImage/runme.sh
Line 64 in bfb67aa
does need yarn to be installed since commit-hash .
However the Dockerfile does not install yarn via npm - so it fails to publish the site. Could be easily fixed with a
RUN npm install -g yarn
before the entrypoint command.
The text was updated successfully, but these errors were encountered: