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

Default Docker file fails #126

Open
skiunke opened this issue Nov 18, 2021 · 2 comments
Open

Default Docker file fails #126

skiunke opened this issue Nov 18, 2021 · 2 comments

Comments

@skiunke
Copy link

skiunke commented Nov 18, 2021

git clone https://github.com/transistorsoft/background-geolocation-console.git
docker build -t background-geolocation-console .
docker run -p 9000:9000 -v /<rootpath>/src/server/database/db:/usr/src/server/database/db -d background-geolocation-console

=> ERROR [6/6] RUN NODE_ENV=production ./node_modules/.bin/webpack && NPM_CONFIG_PRODUCTION=true npm prune - 0.4s #10 0.494 /bin/sh: ./node_modules/.bin/webpack: not found

I had no problems with installing it directly via npm.

@christocracy
Copy link
Member

I'm not surprised. I've never actually used it.

Someone else submitted that.

@nb7123
Copy link

nb7123 commented Apr 27, 2023

you need install webpack: npm i webpack --save-dev

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