Skip to content

Commit 2e9b712

Browse files
committed
Copy entire repository into container image
1 parent 1640014 commit 2e9b712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY ./requirements.txt /tmp/requirements.txt
1010
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt \
1111
&& rm /tmp/requirements.txt
1212

13-
COPY ./oshminer /opt/app
13+
COPY ./ /opt/app
1414

1515
# Create and use a non-root user (required by Heroku)
1616
RUN adduser --disabled-password myuser

0 commit comments

Comments
 (0)