We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ff2bc commit a02ec58Copy full SHA for a02ec58
1 file changed
Dockerfile
@@ -3,4 +3,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends make curl
3
COPY requirements.txt /requirements.txt
4
RUN pip install -r /requirements.txt
5
6
-WORKDIR /data-challenges
+WORKDIR /workspace
0 commit comments