webdis icon indicating copy to clipboard operation
webdis copied to clipboard

Simplifying and reducing commands in Dockerfile

Open zacbayhan opened this issue 1 year ago • 4 comments

This PR is ment to simplify the dockerfile by removing the apk update command, by switching it to a no-cache pull using the --no-cache flag. Then it removes the sed command to remove the parentheses, by switching to the jq raw flag -r.

zacbayhan avatar Aug 09 '23 09:08 zacbayhan