Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Snowboard Docker image does not work #161

Open
X-Ray-Jin opened this issue Nov 27, 2020 · 1 comment
Open

Snowboard Docker image does not work #161

X-Ray-Jin opened this issue Nov 27, 2020 · 1 comment

Comments

@X-Ray-Jin
Copy link

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

@malde
Copy link

malde commented Dec 7, 2020

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants