We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa47c0 commit 41529c0Copy full SHA for 41529c0
1 file changed
Dockerfile
@@ -1,13 +1,5 @@
1
FROM node:20-alpine
2
3
-WORKDIR /usr/src/app
4
-
5
-COPY package*.json ./
6
7
RUN npm install
8
9
-COPY . .
10
11
-EXPOSE 3000 9229
12
13
CMD ["npm", "run", "dev"]
0 commit comments