From 5882f39ebf0ab1e535b9264aa5349530e91786c1 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sat, 5 Jan 2019 19:03:28 +0100
Subject: [PATCH] #15 Rename the start script in the repository but keep the
 name in the container

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index dfac647..b59ba39 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ ENV LAKEDROPS_DEV_ENV 1
 ENV LAKEDROPS_DEV_DC_OPTIONS " "
 
 ADD config.fish /etc/fish/
-ADD .start /usr/local/bin/
+ADD start.sh /usr/local/bin/.start
 
 RUN echo "Install dorgflow" && \
     cd /var/opt && \
-- 
GitLab