Last active
December 11, 2023 15:21
-
-
Save alterakey/cb3ed4ecf1f88259e6fb0adf6df2c6c9 to your computer and use it in GitHub Desktop.
Dockerfile for js-beautifier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from python:3-alpine | |
maintainer Takahiro Yoshimura <[email protected]> | |
run mkdir /out && pip3 install jsbeautifier | |
workdir /out | |
entrypoint ["js-beautify"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment