Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions apps/collab-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
FROM node:18-alpine AS base

ARG NODE_VERSION=24-alpine

FROM node:${NODE_VERSION} AS base
EXPOSE 1234

FROM base AS builder
RUN apk add --no-cache libc6-compat
RUN apk update
# Set working directory
WORKDIR /app
RUN npm install --global turbo
RUN npm install --global turbo
COPY --chown=node:node . .
# https://turbo.build/repo/docs/reference/command-line-reference/prune
RUN turbo prune @jotter/collab-server --docker
Expand Down
53 changes: 0 additions & 53 deletions apps/front-end/drizzle/0000_common_umar.sql

This file was deleted.

310 changes: 0 additions & 310 deletions apps/front-end/drizzle/meta/0000_snapshot.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/front-end/drizzle/meta/_journal.json

This file was deleted.

Loading