mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Add HEALTHCHECK as a Dockerfile keyword
HEALTHCHECK was introduced as a keyword in Docker 1.12. It should be included in Monaco as a keyword too. Signed-off-by: Remy Suen <remy.suen@gmail.com>
This commit is contained in:
parent
fcb300dc51
commit
3e631e8385
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const language = <ILanguage>{
|
||||||
defaultToken: '',
|
defaultToken: '',
|
||||||
tokenPostfix: '.dockerfile',
|
tokenPostfix: '.dockerfile',
|
||||||
|
|
||||||
instructions: /FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|VOLUME|LABEL|USER|WORKDIR|COPY|CMD|STOPSIGNAL|SHELL|ENTRYPOINT/,
|
instructions: /FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|VOLUME|LABEL|USER|WORKDIR|COPY|CMD|STOPSIGNAL|SHELL|HEALTHCHECK|ENTRYPOINT/,
|
||||||
|
|
||||||
instructionAfter: /ONBUILD/,
|
instructionAfter: /ONBUILD/,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue