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
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
Hi,
I am trying to run the snowboard docker image:
docker run -it --rm -v $PWD:/doc quay.io/bukalapak/snowboard html -o outDir API.apib
It does run and creates index.html/css/js, but I can't view it. The browser says something about not finding the .css and .js.
I was able to fix that manually but then it complains about wrong js Syntax.
When I try to run:
docker run -it --rm -v $PWD:/doc quay.io/bukalapak/snowboard http API.apib
It throws a lot of errors about Svelte.
Did someone recently manage to get Snowboard running?
I am on Windows 10
The text was updated successfully, but these errors were encountered:
I have the same problem.
The Docker Image/Container does not work, neither for the http nor the html goal.
Neither the provided Docker Image, nor if i build it from the ground up by myself.
If however I fully build it locally by basically using the steps the Dockerfile declares and run them locally on my machine, the result does work.
So I do assume it's something to do with Docker or dependencies that Docker somehow resolves in another way as my local machine does it.
This is on Mac OS btw. (also tried with a colleague running Ubuntu, to the same effect as described above).
Any Ideas? I intend to have it run on a CI Server, so the local approach is not the solution sadly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to run the snowboard docker image:
docker run -it --rm -v $PWD:/doc quay.io/bukalapak/snowboard html -o outDir API.apib
It does run and creates index.html/css/js, but I can't view it. The browser says something about not finding the .css and .js.
I was able to fix that manually but then it complains about wrong js Syntax.
When I try to run:
docker run -it --rm -v $PWD:/doc quay.io/bukalapak/snowboard http API.apib
It throws a lot of errors about Svelte.
Did someone recently manage to get Snowboard running?
I am on Windows 10
The text was updated successfully, but these errors were encountered: