Skip to content

Commit

Permalink
Attempting module install from tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
altcake committed Aug 16, 2024
1 parent 5864f8c commit b88217a
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 4,230 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
**/ecosystem.config.cjs
**/.eslint.yml
**/corde.config.json
**/yarn.lock
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ RUN apk add --no-cache \
WORKDIR /ordertron
COPY ./ ./
RUN npm install --omit=dev && \
npm cache clean --force && \
unzip fightcade-api.zip node_modules
npm cache clean --force
ENTRYPOINT ["node", "src/main.js"]
Binary file added fightcade-api-3.0.6.tgz
Binary file not shown.
Binary file removed fightcade-api.zip
Binary file not shown.
21 changes: 0 additions & 21 deletions fightcade-api/LICENSE

This file was deleted.

261 changes: 0 additions & 261 deletions fightcade-api/README.md

This file was deleted.

Loading

0 comments on commit b88217a

Please sign in to comment.