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
974ac48b
Commit
974ac48b
authored
Nov 14, 2021
by
Nane Kratzke
Browse files
Blank Dockerfile
parent
b284c0e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
974ac48b
FROM
python:3-alpine
WORKDIR
/app
ADD
requirements.txt ./
RUN
pip
install
-r
requirements.txt
&&
\
rm
requirements.txt
CMD
["python", "-u", "app.py"]
ADD
. ./
FROM
busybox
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