Benedikt Stemmildt

Results 15 comments of Benedikt Stemmildt

@UglyHobbitFeet can you paste your resulting dockerfile here? I still have issues...

@UglyHobbitFeet thx for replying anyways!

@pmlopes this actually did not work for me as the jlink step needs graal and therefore the openjdk11 baseimage is not working... Could be because of mac m1 docker issues...

I am now using alpine... which is okayish but having distroless would be better ;) ``` FROM node:lts AS NPM RUN ln -s /bin/true /usr/bin/es4x WORKDIR /usr/src/app COPY . ....

@pmlopes here is the error I get with the 0.14.2 default Dockerfile: ``` #18 21.41 Error: Missing dependencies: classes not found from the module path and classpath. #18 21.41 To...

Sure thing... When I was removing the `--only=prod` from `RUN es4x install --only=prod` it got better but still did not work...

Here you go @pmlopes :) [es4x-flower.zip](https://github.com/reactiverse/es4x/files/6488260/es4x-flower.zip)

No problem. Thank you very much! Using alpine, like I do a few comments above makes it 220mb... Both ways are fine for me. Is there any downside to using...