Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ghmark675
2025-11-06 10:00:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c3765b1701563f6568d969be7db9fc6745004db
2c3765b1
1 parent
a6f7dc73
chore(docker): copy .env file
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
Dockerfile
Dockerfile
View file @
2c3765b
...
...
@@ -50,6 +50,9 @@ RUN uv pip install --system -r requirements.txt
# Install Playwright browser binaries (system deps already handled above)
RUN python -m playwright install chromium
# Copy .env
COPY .env.example .env
# Copy application source
COPY . .
...
...
Please
register
or
login
to post a comment