diff --git a/Dockerfile b/Dockerfile
index 4547c49fdeb717659e77cd7b22449ff4fd2a6969..9d1b0563c8e73cc80d41898ee665ac118be7d030 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-# Jira
+# JIRA
 #
 # REPOSITORY registry.codemate.se/jira
 # VERSION 1.0.0
@@ -13,6 +13,6 @@ ENV JIRA_HOME /home/jira
 # Add startup script
 ADD init.sh /init.sh
 
-# Start Jira
+# Start JIRA
 EXPOSE 8080
 CMD ["sh", "/init.sh"]