I have no clue what got tracked

This commit is contained in:
Ulysia 2025-01-05 20:30:14 +01:00
parent f0cad4f19e
commit c916075754
3 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,9 @@ COPY . /app
WORKDIR /app
RUN npm install
RUN npm i -g pnpm
RUN pnpm install
RUN npm run build

View file

@ -21,7 +21,7 @@ services:
db:
image: mariadb
image: mariadb:11.7.1-noble-rc
restart: always
environment:
MARIADB_ROOT_PASSWORD: example # Change this to a secure password. Has to be identical to DB_PASSWORD in the bot service

View file

@ -1,5 +1,5 @@
{
"name": "hypixel-auction-flipper",
"name": "hypixel-auction-notifier",
"version": "1.0.0",
"description": "Hypixel Skyblock Auction House Flip Notifier",
"main": "dist/index.js",