Higher node version

This commit is contained in:
Dennis Postma 2025-02-07 01:29:14 +01:00
parent b82e2fd0fd
commit 1686a7a9a0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Use the official Node.js 22.4.1 image
FROM node:22.4.1-alpine
FROM node:23.7.0-alpine
# Install Redis, MySQL, and tmux
RUN apk add --no-cache redis mysql mysql-client tmux && \

View File

@ -1,6 +1,6 @@
{
"scripts": {
"start": "node dist/server.js",
"start": "node src/server.js",
"dev": "nodemon --exec tsx src/server.ts",
"build": "tsc",
"format": "prettier --write src/",