From 2926e0de564ce30f31675cc5082710751dcdc3a2 Mon Sep 17 00:00:00 2001
From: Jure Triglav <juretriglav@gmail.com>
Date: Fri, 14 Aug 2020 10:24:49 +0200
Subject: [PATCH] ci: quick copy command syntax fix

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

diff --git a/Dockerfile b/Dockerfile
index 92e5d99fe9..7992d9c6e0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ WORKDIR ${HOME}
 ENV NODE_ENV "development"
 
 # Only copy things needed for the yarn install
-COPY package.json yarn.lock .
+COPY package.json yarn.lock ./
 
 # We do a development install because react-styleguidist is a dev dependency and we want to run tests
 RUN [ "yarn", "install", "--frozen-lockfile" ]
-- 
GitLab