Skip to content

Commit

Permalink
Dockerfile: remove git package from Docker image
Browse files Browse the repository at this point in the history
It isn't needed for running.
  • Loading branch information
schildbach committed Dec 9, 2024
1 parent 153aa0a commit a12eaa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ RUN npm install
FROM node:20-alpine
WORKDIR /workspace
COPY --from=builder /workspace .
RUN apk --update add git
CMD npm start
EXPOSE 3002

0 comments on commit a12eaa0

Please sign in to comment.