Sign in
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
d64a1ac0bae7173f073cd92be19ef8d715e95fa4
/
.
/
containers
/
org.eclipse.linuxtools.docker.integration.tests
/
resources
/
test-compose
/
Dockerfile
blob: 5b72099941caf44ec3333aae7684f3327350bf1a [
file
]
FROM python
:
2.7
ADD
.
/
code
WORKDIR
/
code
RUN pip install
-
r requirements
.
txt
CMD python app
.
py