Skip to content
Snippets Groups Projects
Commit 2926e0de authored by Jure's avatar Jure
Browse files

ci: quick copy command syntax fix

parent 441619a7
No related branches found
No related tags found
No related merge requests found
......@@ -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" ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment