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:04:57 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2025-11-06 10:04:57 +0800
Commit
d757d88ea94e97e327974d71339063c20a3bd095
d757d88e
2 parents
a6f7dc73
2c3765b1
Merge pull request #152 from 666ghj/fix/docker_env
chore(docker): copy .env file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
Dockerfile
Dockerfile
View file @
d757d88
...
...
@@ -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