We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af2aa7 commit 6676801Copy full SHA for 6676801
docker/social-agent/Dockerfile
@@ -11,11 +11,11 @@ RUN set -eu; \
11
rm -f /tmp/custom-setup.sh; \
12
fi
13
14
-COPY requirements.txt ./requirements.txt
+COPY docker/social-agent/requirements.txt ./requirements.txt
15
16
RUN pip install -r requirements.txt
17
18
-COPY frankenstein.txt ./frankenstein.txt
19
-COPY run.py ./run.py
+COPY docker/social-agent/frankenstein.txt ./frankenstein.txt
+COPY docker/social-agent/run.py ./run.py
20
21
-CMD python run.py
+CMD ["python", "run.py"]
0 commit comments