Skip to content

Commit

Permalink
✨ feat: extend sleep seconds to 15sec
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Jan 29, 2024
1 parent f6984cd commit 16758eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ COPY package*.json ./
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/dist ./dist

CMD ["sh","-c", "sleep 5 && npm run start"]
CMD ["sh","-c", "sleep 15 && npm run start"]

0 comments on commit 16758eb

Please sign in to comment.