Skip to content

Commit

Permalink
Changessss
Browse files Browse the repository at this point in the history
  • Loading branch information
altcake committed Aug 15, 2024
1 parent 53c9fc5 commit f28013e
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
**/appspec.yml
**/ecosystem.config.cjs
**/.eslint.yml
**/corde.config.json
**/corde.config.json
**/package-lock.json
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN apk add --no-cache \
gcompat
WORKDIR /ordertron
COPY ./ ./
RUN npm ci --omit=dev && \
RUN npm install --omit=dev && \
npm cache clean --force
ENTRYPOINT ["node", "src/main.js"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 17 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@napi-rs/canvas": "^0.1.53",
"discord.js": "^13.7.0",
"dotenv": "^16.4.5",
"fightcade-api": "file:custom-packages/fightcade-api"
"fightcade-api": "file:fightcade-api/"
},
"devDependencies": {
"corde": "^4.8.0",
Expand Down

0 comments on commit f28013e

Please sign in to comment.