forked from noxious/server
Higher node version
This commit is contained in:
parent
b82e2fd0fd
commit
1686a7a9a0
@ -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 && \
|
||||
|
@ -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/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user