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

Docker Image #18

Open
Pikoh opened this issue Apr 20, 2022 · 3 comments
Open

Docker Image #18

Pikoh opened this issue Apr 20, 2022 · 3 comments

Comments

@Pikoh
Copy link

Pikoh commented Apr 20, 2022

Hi,

i'm trying to build a docker image using the Dockerfile in the proyect, but i'm getting this error:

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/parser' is not defined by "exports" in /build/node_modules/postcss/package.json

Am I doing something wrong or the dockerfile is not right?

Thank you

@Pikoh
Copy link
Author

Pikoh commented Apr 20, 2022

Just a quick update: using FROM node:16 AS base instead of FROM node:current-alpine AS base the container builds just fine.

@axor-mst
Copy link

axor-mst commented May 4, 2022

Actually it is not related to Docker, it just doesn't work with the latest Node.js, I had to use the LTS (16) version.

@FabriceBoyer
Copy link
Contributor

Hi, is there an official prebuilt docker image available on some registry ? I can't find any on docker hub

This would ease self-hosting instead of letting everyone build it !

Thanks, great work by the way !

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

3 participants