Skip to content

Commit 9ca03a7

Browse files
author
And[re]y Bar[a]nov
authored
Update Dockerfile
1 parent 5d6ec47 commit 9ca03a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ FROM python:3.8.6-slim-buster
22
RUN apt-get update && apt-get install -y --no-install-recommends make
33
COPY requirements.txt /requirements.txt
44
RUN pip install -r /requirements.txt
5+
6+
WORKDIR /data-challenges

0 commit comments

Comments
 (0)