From 98e8511918ebd046ad6b26fb02d28b437d17728a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 17 Feb 2021 18:18:22 +0100 Subject: [PATCH] Working with Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48bd77c..0c1186b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,9 @@ WORKDIR /usr/src/artapi COPY . /usr/src/artapi -RUN yarn install --pure-lockfile +RUN whereis git + +RUN yarn install RUN yarn build