Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
Falcon
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Walter Huang
Falcon
Commits
9f3e0c39
Commit
9f3e0c39
authored
Jun 25, 2025
by
Haohao Jiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-docker-start' into develop
parents
6e8f4eb2
33b666ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
Dockerfile
+2
-2
build.sh
build.sh
+3
-3
No files found.
Dockerfile
View file @
9f3e0c39
...
...
@@ -14,4 +14,4 @@ RUN bun install --frozen-lockfile
# EXPOSE 3000
# 默认启动命令(可根据你的项目改成 bun run dev / bun run start 等)
CMD
["bun", "start"]
\ No newline at end of file
CMD
["bun", "run", "index.ts"]
\ No newline at end of file
build.sh
View file @
9f3e0c39
docker build
-t
reg.i.strikingly.com/falcon:v0.1
.
docker push reg.i.strikingly.com/falcon:v0.1
\ No newline at end of file
docker build
-t
reg.i.strikingly.com/falcon:v0.2
.
docker push reg.i.strikingly.com/falcon:v0.2
\ No newline at end of file
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