Compare commits

..

1 Commits

Author SHA1 Message Date
Colin Griffin
4a198ccf07 tag version 2.9.7 2023-06-14 08:39:23 +01:00
3 changed files with 2 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
shell: bash
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Git submodule update
run: |

View File

@@ -67,8 +67,4 @@ ENV NEXT_PUBLIC_WEBAPP_URL=$NEXT_PUBLIC_WEBAPP_URL \
ENV NODE_ENV production
EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=30s --retries=5 \
CMD wget --spider http://localhost:3000 || exit 1
CMD ["/calcom/scripts/start.sh"]

2
calcom

Submodule calcom updated: 1929d5c7d4...1747e5a9c7