Add dockerfile syntax
This commit is contained in:
parent
cca5db3f36
commit
5c80ebe18d
2 changed files with 3 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ help:
|
||||||
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.6 .
|
@docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.8 .
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
@docker push code.headbright.be/konstantin/iamkonstantin:1.0.6
|
@docker push code.headbright.be/konstantin/iamkonstantin:1.0.8
|
||||||
|
|
|
@ -184,6 +184,7 @@ WAGTAIL_CODE_BLOCK_LANGUAGES = (
|
||||||
('bash', 'Bash/Shell'),
|
('bash', 'Bash/Shell'),
|
||||||
('css', 'CSS'),
|
('css', 'CSS'),
|
||||||
('dart', 'Dart'),
|
('dart', 'Dart'),
|
||||||
|
('docker', 'Docker'),
|
||||||
('elixir', 'Elixir'),
|
('elixir', 'Elixir'),
|
||||||
('go', 'Go'),
|
('go', 'Go'),
|
||||||
('html', 'HTML'),
|
('html', 'HTML'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue