Skip to content

Commit c346d70

Browse files
committed
Update to Node 22
1 parent 903a50c commit c346d70

File tree

3 files changed

+7106
-24308
lines changed

3 files changed

+7106
-24308
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10.0
1+
22.12.0

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-bookworm
1+
FROM node:22-bookworm
22

33
RUN mkdir -p /opt/kitsu/client
44
RUN npm set cache /var/cache/npm
@@ -14,5 +14,4 @@ RUN --mount=type=cache,target=/var/cache/npm npm install
1414
COPY . /opt/kitsu/client
1515

1616
ENTRYPOINT ["npm", "run"]
17-
CMD ["dev", "--port=80", "--strictPort"]
18-
EXPOSE 80
17+
CMD ["dev"]

0 commit comments

Comments
 (0)