Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions -- where is the executable #179

Closed
marcpawl opened this issue Sep 20, 2023 · 0 comments
Closed

Build instructions -- where is the executable #179

marcpawl opened this issue Sep 20, 2023 · 0 comments

Comments

@marcpawl
Copy link

Tried to use docker to build

FROM ubuntu:latest as js2e
RUN apt-get update 
RUN apt-get upgrade -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
  git \
  software-properties-common
RUN add-apt-repository ppa:rabbitmq/rabbitmq-erlang
RUN apt update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
  elixir
RUN git clone -b v2.9.1 https://github.com/dragonwasrobot/json-schema-to-elm.git /json-schema-to-elm
ENV MIX_ENV=prod
RUN cd /json-schema-to-elm && mix local.hex --force
RUN cd /json-schema-to-elm && mix deps.get
RUN cd /json-schema-to-elm && mix

But I cannot find the executable.

Where is the js2e?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant