We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1640014 commit 2e9b712Copy full SHA for 2e9b712
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ COPY ./requirements.txt /tmp/requirements.txt
10
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt \
11
&& rm /tmp/requirements.txt
12
13
-COPY ./oshminer /opt/app
+COPY ./ /opt/app
14
15
# Create and use a non-root user (required by Heroku)
16
RUN adduser --disabled-password myuser
0 commit comments