fix package

This commit is contained in:
The Foxon 2023-07-01 01:38:12 +12:00
parent 0a77e00a52
commit c98fc6f00c
3 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,11 @@
FROM node:16-alpine AS stage0 FROM node:19-alpine AS stage0
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN yarn install && yarn build && rm -rf node_modules RUN yarn install && yarn build && rm -rf node_modules
FROM node:16-alpine FROM node:19-alpine
ENV STORAGE=/app/storage ENV STORAGE=/app/storage

View File

@ -18,6 +18,7 @@
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"discord.js": "^14.7.1", "discord.js": "^14.7.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"pagination.djs": "^4.0.10",
"path": "^0.12.7", "path": "^0.12.7",
"steam-server-query": "^1.1.3" "steam-server-query": "^1.1.3"
}, },

View File

@ -461,7 +461,7 @@ discord-api-types@^0.37.41:
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.47.tgz#d622d5f5629a71ca2cd534442ae2800844e1888d" resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.47.tgz#d622d5f5629a71ca2cd534442ae2800844e1888d"
integrity sha512-rNif8IAv6duS2z47BMXq/V9kkrLfkAoiwpFY3sLxxbyKprk065zqf3HLTg4bEoxRSmi+Lhc7yqGDrG8C3j8GFA== integrity sha512-rNif8IAv6duS2z47BMXq/V9kkrLfkAoiwpFY3sLxxbyKprk065zqf3HLTg4bEoxRSmi+Lhc7yqGDrG8C3j8GFA==
discord.js@14: discord.js@^14.7.1:
version "14.11.0" version "14.11.0"
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-14.11.0.tgz#6529d49f30d10fc5a9ff8e6796661aa998769afe" resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-14.11.0.tgz#6529d49f30d10fc5a9ff8e6796661aa998769afe"
integrity sha512-CkueWYFQ28U38YPR8HgsBR/QT35oPpMbEsTNM30Fs8loBIhnA4s70AwQEoy6JvLcpWWJO7GY0y2BUzZmuBMepQ== integrity sha512-CkueWYFQ28U38YPR8HgsBR/QT35oPpMbEsTNM30Fs8loBIhnA4s70AwQEoy6JvLcpWWJO7GY0y2BUzZmuBMepQ==