fix package
This commit is contained in:
parent
0a77e00a52
commit
c98fc6f00c
@ -1,11 +1,11 @@
|
||||
FROM node:16-alpine AS stage0
|
||||
FROM node:19-alpine AS stage0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN yarn install && yarn build && rm -rf node_modules
|
||||
|
||||
FROM node:16-alpine
|
||||
FROM node:19-alpine
|
||||
|
||||
ENV STORAGE=/app/storage
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
"cross-env": "^7.0.3",
|
||||
"discord.js": "^14.7.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"pagination.djs": "^4.0.10",
|
||||
"path": "^0.12.7",
|
||||
"steam-server-query": "^1.1.3"
|
||||
},
|
||||
|
@ -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"
|
||||
integrity sha512-rNif8IAv6duS2z47BMXq/V9kkrLfkAoiwpFY3sLxxbyKprk065zqf3HLTg4bEoxRSmi+Lhc7yqGDrG8C3j8GFA==
|
||||
|
||||
discord.js@14:
|
||||
discord.js@^14.7.1:
|
||||
version "14.11.0"
|
||||
resolved "https://registry.yarnpkg.com/discord.js/-/discord.js-14.11.0.tgz#6529d49f30d10fc5a9ff8e6796661aa998769afe"
|
||||
integrity sha512-CkueWYFQ28U38YPR8HgsBR/QT35oPpMbEsTNM30Fs8loBIhnA4s70AwQEoy6JvLcpWWJO7GY0y2BUzZmuBMepQ==
|
||||
|
Loading…
x
Reference in New Issue
Block a user