Skip to content

Commit

Permalink
fix: COPY in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Dec 19, 2024
1 parent 295dd75 commit 73725b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.title="carenage-dashboard"

EXPOSE $PORT
WORKDIR /dashboard
COPY package.json package-lock.json .
COPY package.json package-lock.json /dashboard/
RUN npm ci
COPY . .
RUN npm run build
Expand Down

0 comments on commit 73725b3

Please sign in to comment.