diff --git a/Dockerfile b/Dockerfile
index 92e5d99fe9c5ec2000d705400d425da408534025..7992d9c6e0d025ade4417c1890a1ee041b6cf2ec 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" ]