From 2f6f3b7f76e20172304e198912546c2b102890d0 Mon Sep 17 00:00:00 2001 From: butschster Date: Tue, 30 Nov 2021 10:49:52 +0300 Subject: [PATCH] Small fix --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a94b484..2b7c114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ ARG APP_VERSION=v1.0 RUN git clone https://github.com/butschster/ray-server.git /app RUN git checkout ${APP_VERSION} -RUN git pull RUN composer install RUN chmod 0777 storage -R