Skip to content

Commit

Permalink
fix: Dockerfile missing package.json (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Dec 3, 2023
1 parent 626931f commit 6d1fedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gcr.io/distroless/nodejs20-debian12:nonroot

WORKDIR /app

COPY build/ ./
COPY package.json build/ ./

CMD [ "index.js" ]

Expand Down

0 comments on commit 6d1fedd

Please sign in to comment.