Skip to content

Commit 982b4a6

Browse files
BrianUribe6Copilot
andauthored
chore: Update turbo repo to latest version (#85)
* chore: Update turbo * feat: sharing toggle (#84) * feat(sharing): Toggle collaboration * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 80895fd commit 982b4a6

File tree

19 files changed

+182
-505
lines changed

19 files changed

+182
-505
lines changed

apps/collab-server/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
FROM node:18-alpine AS base
1+
2+
ARG NODE_VERSION=24-alpine
3+
4+
FROM node:${NODE_VERSION} AS base
25
EXPOSE 1234
36

47
FROM base AS builder
58
RUN apk add --no-cache libc6-compat
69
RUN apk update
710
# Set working directory
811
WORKDIR /app
9-
RUN npm install --global turbo
12+
RUN npm install --global turbo
1013
COPY --chown=node:node . .
1114
# https://turbo.build/repo/docs/reference/command-line-reference/prune
1215
RUN turbo prune @jotter/collab-server --docker

apps/front-end/drizzle/0000_common_umar.sql

Lines changed: 0 additions & 53 deletions
This file was deleted.

apps/front-end/drizzle/meta/0000_snapshot.json

Lines changed: 0 additions & 310 deletions
This file was deleted.

apps/front-end/drizzle/meta/_journal.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)