Skip to content

Commit be5874f

Browse files
Update dockerfile
1 parent 8f054c9 commit be5874f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

4-network/dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM node:20
1+
FROM node
22
WORKDIR /app
33
COPY package.json .
44
RUN npm install
55
COPY . .
6+
EXPOSE 3000
67
CMD ["node", "app.js"]

0 commit comments

Comments
 (0)