Skip to content

Commit a12eaa0

Browse files
committed
Dockerfile: remove git package from Docker image
It isn't needed for running.
1 parent 153aa0a commit a12eaa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ RUN npm install
66
FROM node:20-alpine
77
WORKDIR /workspace
88
COPY --from=builder /workspace .
9-
RUN apk --update add git
109
CMD npm start
1110
EXPOSE 3002

0 commit comments

Comments
 (0)