vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 173 forks source link

Simplified Dockerfile #68

Closed AmitHarlev closed 4 years ago

AmitHarlev commented 4 years ago

As per the docker documentation at https://docs.docker.com/engine/reference/builder/#workdir, "If the WORKDIR doesn’t exist, it will be created even if it’s not used in any subsequent Dockerfile instruction".

Once the WORKDIR is set, . can be used to refer to it.