background-geolocation-console icon indicating copy to clipboard operation
background-geolocation-console copied to clipboard

Default Docker file fails

Open skiunke opened this issue 4 years ago • 2 comments

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.

skiunke avatar Nov 18 '21 17:11 skiunke

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

Someone else submitted that.

christocracy avatar Nov 18 '21 18:11 christocracy

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

nb7123 avatar Apr 27 '23 03:04 nb7123