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
Vathsavayi, Sri Harsha (sriv)
test-proxying-containers
Commits
25374fad
Commit
25374fad
authored
Mar 21, 2018
by
Vathsavayi, Sri Harsha (sriv)
Browse files
added Dockerfile
parent
9cbe9201
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
25374fad
FROM
python:3.6
RUN
apt-get update
&&
apt-get
install
-y
\
vim
\
nodejs
\
npm
RUN
npm
install
-g
configurable-http-proxy
COPY
./ /opt/code
WORKDIR
/opt/code
RUN
pip
install
-r
requirements.txt
EXPOSE
5000
CMD
["/bin/bash"]
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