Skip to content

Commit 8543a5b

Browse files
committed
updating node and packages
1 parent 5839829 commit 8543a5b

File tree

3 files changed

+3286
-2232
lines changed

3 files changed

+3286
-2232
lines changed

Dockerfile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
FROM node:current-buster
2-
3-
LABEL maintainer Ilija Vukotic <[email protected]>
4-
5-
# Create app directory
6-
WORKDIR /usr/src/app
7-
8-
COPY package*.json ./
9-
# COPY start.sh ./
10-
RUN npm install
11-
12-
COPY . .
13-
14-
EXPOSE 80
15-
1+
FROM node:22
2+
3+
LABEL maintainer Ilija Vukotic <[email protected]>
4+
5+
# Create app directory
6+
WORKDIR /usr/src/app
7+
8+
COPY package*.json ./
9+
# COPY start.sh ./
10+
RUN npm install
11+
12+
COPY . .
13+
14+
EXPOSE 80
15+
1616
CMD [ "npm","start" ]

0 commit comments

Comments
 (0)