Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cloud-native
lab-docker-demo
Commits
2ce714bf
Commit
2ce714bf
authored
Nov 15, 2021
by
Nane Kratzke
Browse files
Lösung
parent
c2f43557
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2ce714bf
FROM
busybox
FROM
python:3-alpine
WORKDIR
/app
ADD
requirements.txt ./
RUN
pip
install
-r
requirements.txt
CMD
["python", "-u", "app.py"]
ADD
. ./
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