Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BorigTheDwarf committed Jan 31, 2025
1 parent 2ed6e3a commit 836a0f5
Show file tree
Hide file tree
Showing 6 changed files with 3,166 additions and 4,365 deletions.
4 changes: 2 additions & 2 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"$schema": "https://swc.rs/schema.json",
"exclude": "node_modules/",
"sourceMaps": true,
"module": {
"type": "commonjs"
},
"jsc": {
"target": "es2016",
"target": "esnext",
"baseUrl": "./src",
"paths": {
"@engine/*": ["./engine/*"],
Expand Down
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM node:20
FROM node:23
WORKDIR /usr/src/app
COPY package.json ./
COPY package-lock.json ./

RUN apt update
RUN apt install -y libsdl-pango-dev

RUN npm ci

COPY src ./src
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
runejs_game_server:
build:
Expand Down
Loading

0 comments on commit 836a0f5

Please sign in to comment.