From 5855ce600f848e03cbf42d23718120b8551cd859 Mon Sep 17 00:00:00 2001 From: drkameleon Date: Mon, 7 Oct 2019 16:17:46 +0200 Subject: [PATCH] Removed entry point file + code cleanup --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67aba69..b4ce934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,11 +19,7 @@ RUN git clone https://github.com/arturo-lang/arturo.git RUN /bin/bash -c "source /root/dlang/dmd-2.088.0/activate && cd arturo && dub build --build=release" ############################# -# Set Entrypoint +# Set Entry point ############################# -#COPY ./entry_point.sh / -#RUN chmod a+x /entry_point.sh -#CMD ./entry_point.sh - CMD ["./arturo/arturo", "-c"] \ No newline at end of file