Skip to content

Commit

Permalink
Add/copy
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan committed Dec 3, 2024
1 parent 941fe14 commit 57643ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ RUN mkdir -p /var/cache/nginx /var/log/nginx /run && \
chmod -R 777 /var/cache/nginx /var/log/nginx /run

WORKDIR /usr/src/app
COPY package.json yarn.lock ./
ADD package.json yarn.lock ./
RUN yarn install --frozen-lockfile --ignore-optional

COPY . .
ADD . .
RUN yarn build

COPY dist /usr/share/nginx/html
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuadrant-console-plugin",
"version": "0.0.16-dev",
"version": "0.0.15-dev",
"description": "Kuadrant OpenShift Console plugin",
"private": true,
"license": "Apache-2.0",
Expand Down

0 comments on commit 57643ea

Please sign in to comment.