Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
summarize
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
summarize
Merge requests
!2
An error occurred while fetching the assigned milestone of the selected merge_request.
Update Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Dockerfile
patch-1
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Szymon Ciombor
requested to merge
patch-1
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
938cc853
1 commit,
4 years ago
1 file
+
0
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
0
−
2
Options
@@ -26,8 +26,6 @@ WORKDIR /home/worker
COPY
./src ./src
COPY
./main.py .
COPY
./requirements.txt .
COPY
./saper-0.1.0-py2-none-any.whl .
RUN
python2.7
-m
pip
install
./saper-0.1.0-py2-none-any.whl
RUN
python2.7
-m
pip
install
-r
requirements.txt
CMD
["python2.7", "main.py", "service"]
\ No newline at end of file