refactor: remove Jitsi Meet related configurations and server action definitions, and eliminate redundant Dockerfile copy.
This commit is contained in:
@@ -21,9 +21,6 @@ RUN bun install
|
||||
# Build the project
|
||||
COPY --from=prepare /app/out/full/ .
|
||||
|
||||
# Copy the rest of the source code
|
||||
COPY --from=prepare /app/out/full/ .
|
||||
|
||||
ARG PUBLIC_CONVEX_URL
|
||||
ENV PUBLIC_CONVEX_URL=$PUBLIC_CONVEX_URL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user