Skip to content

Instantly share code, notes, and snippets.

@alterakey
Last active December 11, 2023 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alterakey/cb3ed4ecf1f88259e6fb0adf6df2c6c9 to your computer and use it in GitHub Desktop.
Save alterakey/cb3ed4ecf1f88259e6fb0adf6df2c6c9 to your computer and use it in GitHub Desktop.
Dockerfile for js-beautifier
from python:3-alpine
maintainer Takahiro Yoshimura <takahiro_y@monolithworks.co.jp>
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