Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 4a812a0

Browse files
author
Unknown
committed
Docker file
1 parent 1d03950 commit 4a812a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ MAINTAINER Egor Kostan
44
ENV PYTHONUNBUFFERED 1
55

66
COPY ./requirements.txt /requirements.txt
7-
87
RUN pip install -r /requirements.txt
9-
RUN apk del .tmp-build-deps
108

119
RUN mkdir /app
1210
WORKDIR /app

0 commit comments

Comments
 (0)