From 64a6809a0d4c9d8bfd59927ca78369aba0cfee26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Mon, 16 Jul 2018 12:08:22 +0000
Subject: [PATCH] add entrypoint

---
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index a5153e5..19963fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -40,6 +40,9 @@ RUN mkdir -p /usr/lib/binfmt-support/ && \
     rm -f /usr/lib/binfmt-support/run-detectors /usr/bin/run-detectors && \
     ln -s /usr/bin/wine /usr/lib/binfmt-support/run-detectors && \
     ln -s /usr/bin/wine /usr/bin/run-detectors
+    
+COPY entry.sh /
+ENTRYPOINT ["/entry.sh"]
 
 # cleanup
 RUN apt autoremove -y
-- 
GitLab