Skip to content

Commit cbd254e

Browse files
committed
Updates
1 parent 951c01e commit cbd254e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
FROM node:14
1+
FROM node:22
2+
23
WORKDIR /usr/src/app
4+
35
COPY package*.json ./
6+
COPY . ./
7+
48
RUN npm install
5-
COPY . .
9+
610
ENTRYPOINT ["npm", "run", "watch"]

0 commit comments

Comments
 (0)