Skip to content

Commit

Permalink
Yarn testing
Browse files Browse the repository at this point in the history
  • Loading branch information
altcake committed Aug 15, 2024
1 parent 1666682 commit 09bdbbd
Show file tree
Hide file tree
Showing 4 changed files with 1,254 additions and 2,965 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
**/ecosystem.config.cjs
**/.eslint.yml
**/corde.config.json
**/yarn.lock
4 changes: 2 additions & 2 deletions 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 && \
npm cache clean --force
RUN yarn install --production && \
yarn cache clean --force
ENTRYPOINT ["node", "src/main.js"]
Loading

0 comments on commit 09bdbbd

Please sign in to comment.