Compare commits

...

24 Commits

Author SHA1 Message Date
actions-user
58c4948b37 tag version Cal.com version v5.3.5 2025-05-25 00:15:26 +00:00
actions-user
4c389a68de Auto updated submodule references 2025-05-24 04:06:06 +00:00
actions-user
a6cdd9e644 Auto updated submodule references 2025-05-23 04:06:53 +00:00
actions-user
765de200f9 Auto updated submodule references 2025-05-22 04:08:05 +00:00
actions-user
7d29b6fde2 Auto updated submodule references 2025-05-21 04:07:21 +00:00
actions-user
6ed56fcc1f Auto updated submodule references 2025-05-20 04:07:09 +00:00
actions-user
54db06f0a1 Auto updated submodule references 2025-05-19 04:10:47 +00:00
actions-user
7330873692 Auto updated submodule references 2025-05-18 04:09:23 +00:00
actions-user
42e26b039a Auto updated submodule references 2025-05-17 04:06:17 +00:00
actions-user
bce3e9145b Auto updated submodule references 2025-05-16 04:07:43 +00:00
actions-user
2c2e303667 Auto updated submodule references 2025-05-15 04:06:43 +00:00
actions-user
566b205545 Auto updated submodule references 2025-05-14 04:06:53 +00:00
actions-user
2d9e617da7 Auto updated submodule references 2025-05-13 04:07:12 +00:00
actions-user
9fdd9b5043 Auto updated submodule references 2025-05-11 04:07:06 +00:00
actions-user
95344d5b8e Auto updated submodule references 2025-05-10 04:05:51 +00:00
actions-user
66479ad7e3 Auto updated submodule references 2025-05-09 04:06:39 +00:00
actions-user
6eba41e7ad Auto updated submodule references 2025-05-08 04:07:03 +00:00
actions-user
d7b9851d29 Auto updated submodule references 2025-05-07 04:06:28 +00:00
actions-user
9ccc13f524 Auto updated submodule references 2025-05-06 04:06:24 +00:00
Peer Richelsen
5f7a6ce637 Merge pull request #432 from creyD/patch-1 2025-05-05 15:39:24 +01:00
Conrad
87a2f7bc50 fix: adressed docker warnings 2025-05-05 10:51:54 +02:00
actions-user
1ce3e40476 Auto updated submodule references 2025-05-05 04:07:24 +00:00
actions-user
0e40ef9686 Auto updated submodule references 2025-05-03 04:05:42 +00:00
actions-user
6fd9f27bff Auto updated submodule references 2025-05-02 04:06:21 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18 as builder FROM node:18 AS builder
WORKDIR /calcom WORKDIR /calcom
@@ -42,12 +42,12 @@ RUN yarn --cwd apps/web workspace @calcom/web run build
# yarn workspaces focus --all --production # yarn workspaces focus --all --production
RUN rm -rf node_modules/.cache .yarn/cache apps/web/.next/cache RUN rm -rf node_modules/.cache .yarn/cache apps/web/.next/cache
FROM node:18 as builder-two FROM node:18 AS builder-two
WORKDIR /calcom WORKDIR /calcom
ARG NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000 ARG NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
ENV NODE_ENV production ENV NODE_ENV=production
COPY calcom/package.json calcom/.yarnrc.yml calcom/turbo.json calcom/i18n.json ./ COPY calcom/package.json calcom/.yarnrc.yml calcom/turbo.json calcom/i18n.json ./
COPY calcom/.yarn ./.yarn COPY calcom/.yarn ./.yarn
@@ -65,7 +65,7 @@ ENV NEXT_PUBLIC_WEBAPP_URL=$NEXT_PUBLIC_WEBAPP_URL \
RUN scripts/replace-placeholder.sh http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER ${NEXT_PUBLIC_WEBAPP_URL} RUN scripts/replace-placeholder.sh http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER ${NEXT_PUBLIC_WEBAPP_URL}
FROM node:18 as runner FROM node:18 AS runner
WORKDIR /calcom WORKDIR /calcom
@@ -74,7 +74,7 @@ ARG NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000
ENV NEXT_PUBLIC_WEBAPP_URL=$NEXT_PUBLIC_WEBAPP_URL \ ENV NEXT_PUBLIC_WEBAPP_URL=$NEXT_PUBLIC_WEBAPP_URL \
BUILT_NEXT_PUBLIC_WEBAPP_URL=$NEXT_PUBLIC_WEBAPP_URL BUILT_NEXT_PUBLIC_WEBAPP_URL=$NEXT_PUBLIC_WEBAPP_URL
ENV NODE_ENV production ENV NODE_ENV=production
EXPOSE 3000 EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=30s --retries=5 \ HEALTHCHECK --interval=30s --timeout=30s --retries=5 \

2
calcom

Submodule calcom updated: 7ee451ca02...8511494d68