Skip to content

Commit

Permalink
Fix copy destination for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Oct 10, 2023
1 parent c0daa9c commit 7ed6570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .controlplane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN bundle config set without 'development test' && \
bundle install --jobs=3 --retry=3

# install node packages
COPY package.json yarn.lock .
COPY package.json yarn.lock ./
RUN yarn install

# pick necessary app files
Expand Down

0 comments on commit 7ed6570

Please sign in to comment.