Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Github Team
Commits
4d4e9aef
Unverified
Commit
4d4e9aef
authored
Dec 02, 2025
by
Sridhar
Committed by
Noé Lopez
Dec 16, 2025
Browse files
Docker file
parent
3f594114
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
4d4e9aef
FROM
python:3.11-slim
WORKDIR
/app
COPY
requirements.txt .
RUN
pip
install
--no-cache-dir
-r
requirements.txt
COPY
. .
CMD
["python", "data_fetch.py"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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