Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2019 KSZK Docker Ismertető
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Torma Kristóf
2019 KSZK Docker Ismertető
Commits
07d4f15b
Verified
Commit
07d4f15b
authored
5 years ago
by
Torma Kristóf
Browse files
Options
Downloads
Patches
Plain Diff
setup practice branch
parent
c422e313
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-15
0 additions, 15 deletions
Dockerfile
with
0 additions
and
15 deletions
Dockerfile
deleted
100644 → 0
+
0
−
15
View file @
c422e313
FROM
python:3
WORKDIR
/app
COPY
requirements.txt .
RUN
pip3
install
-r
requirements.txt
COPY
. .
EXPOSE
8080
VOLUME
/data
CMD
["python3","app.py"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment