aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-os/Dockerfile
diff options
context:
space:
mode:
authorKotagiri, Ramprasad (rp5662) <rp5662@att.com>2019-04-08 23:19:29 -0400
committerKotagiri, Ramprasad (rp5662) <rp5662@att.com>2019-04-08 23:21:24 -0400
commita7f82864a237478cab07dbbbb227b933ceda32c6 (patch)
tree760dde4e42690eff40715ee374e6014ffbce5e03 /ccsdk-app-os/Dockerfile
parenteef2f88f3e59bc4e107c37ca13c3a339b2d272b7 (diff)
copy war file in Docker image
Add build argument in POM to set the ARG used in Dockerfile. Issue-ID: CCSDK-1011 Change-Id: Ie8181b8bf19770e39a8358149a29e9bfc5ce1a86 Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Diffstat (limited to 'ccsdk-app-os/Dockerfile')
-rw-r--r--ccsdk-app-os/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccsdk-app-os/Dockerfile b/ccsdk-app-os/Dockerfile
index dc49492..81f3cb3 100644
--- a/ccsdk-app-os/Dockerfile
+++ b/ccsdk-app-os/Dockerfile
@@ -35,4 +35,4 @@ RUN dos2unix /tmp/docker-dashboard-installation.sh
RUN chmod +x /tmp/create_table.sql
RUN chmod +x /tmp/docker-dashboard-installation.sh
-CMD ["/tmp/docker-dashboard-installation.sh"] \ No newline at end of file
+CMD ["/tmp/docker-dashboard-installation.sh"]