Skip to content

Commit fc15251

Browse files
committed
missing logs directory added
1 parent e9d6202 commit fc15251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ RUN apt-get update \
1919
# Download source
2020
WORKDIR /$GIT_REPO
2121
ADD $GIT_ARCHIVE /
22-
RUN tar --strip-component 1 -xzvf /$GIT_COMMIT.tar.gz && rm /$GIT_COMMIT.tar.gz
22+
RUN tar --strip-component 1 -xzvf /$GIT_COMMIT.tar.gz && rm /$GIT_COMMIT.tar.gz \
23+
&& mkdir logs
2324

2425
# Install dependencies
2526
RUN pip3 install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)