I have no clue what got tracked
This commit is contained in:
parent
f0cad4f19e
commit
c916075754
3 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,9 @@ COPY . /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN npm install
|
RUN npm i -g pnpm
|
||||||
|
|
||||||
|
RUN pnpm install
|
||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ services:
|
||||||
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb
|
image: mariadb:11.7.1-noble-rc
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MARIADB_ROOT_PASSWORD: example # Change this to a secure password. Has to be identical to DB_PASSWORD in the bot service
|
MARIADB_ROOT_PASSWORD: example # Change this to a secure password. Has to be identical to DB_PASSWORD in the bot service
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "hypixel-auction-flipper",
|
"name": "hypixel-auction-notifier",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Hypixel Skyblock Auction House Flip Notifier",
|
"description": "Hypixel Skyblock Auction House Flip Notifier",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in a new issue