Skip to content

Commit

Permalink
fix patch, fix handling timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Jun 12, 2024
1 parent b0f4381 commit c226720
Show file tree
Hide file tree
Showing 5 changed files with 4,128 additions and 2,167 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ WORKDIR /app

COPY package.json /app/package.json
COPY . /app
COPY patch /app

RUN npm install --production && \
npm cache clean -f && \
rm -rf /tmp/*

COPY patch /app

CMD ["node", "server.js"]
Loading

0 comments on commit c226720

Please sign in to comment.