Skip to content

Commit 99f57fd

Browse files
authored
Remove empty line (#52)
1 parent 261daf3 commit 99f57fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ENV PYTHONPATH /code
1010
WORKDIR /code
1111
ENV WORKON_HOME /tmp
1212

13-
1413
RUN python3 -m venv .venv && \
1514
.venv/bin/pip install -U pip && \
1615
.venv/bin/pip install -r requirements.txt --no-cache-dir

0 commit comments

Comments
 (0)