diff --git a/Dockerfile b/Dockerfile index 263d3a654..7dca90245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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