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
Arman Khalatyan
okd-python
Commits
0d378291
Commit
0d378291
authored
Jul 15, 2020
by
Arman Khalatyan
Browse files
Update Dockerfile
parent
f756c274
Pipeline
#1120
passed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0d378291
FROM
python:3.6
WORKDIR
/usr/src/app
COPY
requirements.txt ./
RUN
pip3
install
--no-cache-dir
-r
requirements.txt
...
...
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