We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca46901 commit b432daeCopy full SHA for b432dae
Dockerfile
@@ -7,7 +7,6 @@ RUN apt-get update && apt-get -y upgrade \
7
&& rm -rf /var/lib/apt/lists/*
8
9
# install python requirements
10
-CMD ls -l
11
COPY requirements.txt .
12
COPY tests/requirements-test.txt .
13
RUN pip3 install --no-cache-dir --upgrade pip \
0 commit comments