Last active
December 11, 2022 05:17
-
-
Save chroju/8a0c3b421e47287ee775c9750e4250ff to your computer and use it in GitHub Desktop.
modeline test
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 base | |
RUN hoge |
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
# syntax=docker/dockerfile:1.2 | |
FROM base | |
RUN apt-get update | |
# vim:set filetype=Dockerfile: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment