FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openinary/.dockerignore at main · openinary/openinary · GitHub
openinary
/
openinary
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
55
Star
405
Code
Issues
8
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
openinary
/
.dockerignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (41 loc) · 1.12 KB
Breadcrumbs
openinary
/
.dockerignore
Copy path
File metadata and controls
45 lines (41 loc) · 1.12 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
Three images build from this repo root: docker/api.Dockerfile and
#
docker/full.Dockerfile (the self-host images), and apps/cloud/server's
#
Dockerfile (the Cloud media container, whose wrangler.jsonc points its
#
image_build_context here). What follows must therefore keep apps/api,
#
apps/web, packages/ and scripts/ intact - only the manifests of the apps
#
nobody builds are needed, and only so --frozen-lockfile sees a complete
#
workspace.
**
/
node_modules
.git
.turbo
**
/
.turbo
**
/
.env
**
/
.env.
*
!
**
/
.env.example
#
Build outputs
**
/
dist
**
/
.next
**
/
.open-next
**
/
.wrangler
**
/
*
.tsbuildinfo
#
Runtime state and things no image needs
data
/
apps
/
docs
/
r
/
.github
/
.claude
/
.agents
/
#
Manifest-only apps: never built in any image, but the lockfile lists them.
apps
/
marketing
/
**
!
apps
/
marketing
/
package.json
apps
/
telemetry
/
**
!
apps
/
telemetry
/
package.json
apps
/
cloud
/
web
/
**
!
apps
/
cloud
/
web
/
package.json
apps
/
cloud
/
admin
/
**
!
apps
/
cloud
/
admin
/
package.json
#
The Cloud container runs api/ only; the worker half is bundled by wrangler.
apps
/
cloud
/
server
/
cache
apps
/
cloud
/
server
/
temp
apps
/
cloud
/
server
/
worker
apps
/
cloud
/
server
/
wrangler.jsonc
Back
|
FazBrowse Home
|
New Git URL