Skip to content

Commit

Permalink
one more minor
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed May 10, 2024
1 parent 9fd1bf9 commit bb4daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/peerdb-ui.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /app

# Dependencies stage
FROM base AS builder
COPY --chown=node:node ui/package.json ui/package-lock.json .
COPY --chown=node:node ui/package.json ui/package-lock.json ./
RUN npm ci
COPY --chown=node:node ui/ .

Expand Down

0 comments on commit bb4daa0

Please sign in to comment.