n-thumann / IPTV-ReStream

An app to forward source specific multicast streams via HTTP
BSD 3-Clause "New" or "Revised" License
103 stars 36 forks source link

Fix warnings during npm install in Dockerfile #214

Closed n-thumann closed 1 year ago

n-thumann commented 1 year ago

This PR fixes two warnings during npm install in the Dockerfile, namely:

[...]
#10 [builder 6/7] RUN npm install --only=dev
#10 0.453 npm WARN invalid config only="dev" set in command line options
#10 0.453 npm WARN invalid config Must be one of: null, prod, production
[...]
#17 [stage-1 8/8] RUN npm install --only=production
#17 0.512 npm WARN config only Use `--omit=dev` to omit dev dependencies from the install.
[...]