Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
6eab2c03
Commit
6eab2c03
authored
Nov 27, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pg-native
parent
0379896d
Pipeline
#41774
passed with stages
in 1 minute and 41 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
things/nest-typeorm/Dockerfile
things/nest-typeorm/Dockerfile
+1
-1
things/nest-typeorm/Dockerfile.puppeteer
things/nest-typeorm/Dockerfile.puppeteer
+1
-1
things/nest-typeorm/install-npm-typeorm.sh
things/nest-typeorm/install-npm-typeorm.sh
+1
-1
No files found.
things/nest-typeorm/Dockerfile
View file @
6eab2c03
...
...
@@ -13,7 +13,7 @@ RUN npm run build
FROM
base
ENV
NODE_ENV production
RUN
npm ci
&&
npm cache clean
--force
RUN
npm ci
&&
npm
i pg-native
&&
npm
cache clean
--force
COPY
--from=builder /usr/src/app/dist ./dist
COPY
./config.example.yaml ./config.yaml
...
...
things/nest-typeorm/Dockerfile.puppeteer
View file @
6eab2c03
...
...
@@ -36,7 +36,7 @@ RUN npm run build
FROM base
ENV NODE_ENV production
RUN npm ci && npm cache clean --force
RUN npm ci && npm
i pg-native && npm
cache clean --force
COPY --from=builder /usr/src/app/dist ./dist
COPY ./config.example.yaml ./config.yaml
...
...
things/nest-typeorm/install-npm-typeorm.sh
View file @
6eab2c03
#!/bin/bash
npm
install
--save
typeorm @nestjs/typeorm pg
pg-native
nicot
npm
install
--save
typeorm @nestjs/typeorm pg nicot
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment