Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Ov NsRit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tools
OV
Ov NsRit
Commits
babc6216
Verified
Commit
babc6216
authored
1 week ago
by
Ruben van Dijk
Browse files
Options
Downloads
Patches
Plain Diff
Copy patches.
parent
ff677dc2
Branches
Branches containing commit
No related tags found
1 merge request
!93
Copy patches.
Pipeline
#21984
passed
1 week ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
Dockerfile.ci
+1
-0
1 addition, 0 deletions
Dockerfile.ci
with
3 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
babc6216
...
...
@@ -2,6 +2,7 @@ FROM node:23-alpine as builder
WORKDIR
/app
COPY
package.json pnpm-lock.yaml ./
RUN
corepack
enable
COPY
patches ./patches
RUN
pnpm
install
--frozen-lockfile
COPY
prisma ./prisma
RUN
pnpm
exec
prisma generate
...
...
@@ -15,6 +16,7 @@ WORKDIR /app
COPY
package.json pnpm-lock.yaml ./
RUN
corepack
enable
ENV
NODE_ENV=production
COPY
patches ./patches
RUN
pnpm
install
--frozen-lockfile
--prod
&&
rm
~/.cache ~/.local
-r
COPY
--from=builder /app/tscOut ./
COPY
prisma/migrations /app/prisma/migrations
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.ci
+
1
−
0
View file @
babc6216
...
...
@@ -3,6 +3,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml ./
RUN corepack enable
ENV NODE_ENV=production
COPY patches ./patches
RUN pnpm install --frozen-lockfile --prod && rm ~/.cache ~/.local -r
COPY ./tscOut /app
COPY prisma/migrations prisma/migrations
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment