Logo
Explore Help
Register Sign In
docker/awesome-compose
1
0
Fork 0
You've already forked awesome-compose
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f16cb84e61538eda29ffc1932aa2ed2be070b886
awesome-compose/nginx-flask-mongo/flask/Dockerfile

8 lines
111 B
Docker
Raw Normal View History

Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-02-13 14:14:36 +01:00
FROM python:3.7
WORKDIR /src
COPY . .
Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113) The cache gives no benefit to a Docker image but it does add size, hence it's best left out. Signed-off-by: Andy Madge <andymadge@gmail.com>
2021-03-22 09:01:41 +00:00
RUN pip install -r requirements.txt --no-cache-dir
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-02-13 14:14:36 +01:00
CMD ["./server.py"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 298ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API