We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153aa0a commit a12eaa0Copy full SHA for a12eaa0
Dockerfile
@@ -6,6 +6,5 @@ RUN npm install
6
FROM node:20-alpine
7
WORKDIR /workspace
8
COPY --from=builder /workspace .
9
-RUN apk --update add git
10
CMD npm start
11
EXPOSE 3002
0 commit comments