insomnia-mockbin
insomnia-mockbin copied to clipboard
Fixed broken DOCKERFILE
Tried running docker build -t mockbin .
and was presented with an error and my build failed.
Later realized that the DOCKERFILE hasn't been updated in more than half a decade and the package.json dependencies did not support node:0.10, the following error was generated:
Then Tried the docker build with node 14 - alpine and the entire app works like a charm, an outdated DOCKERFILE might turn away potential users and contributors hence this fix!
@nijikokun Hey, this is a simple yet crucial fix, could you please let me know your feedback?