Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 17, 2018
1 parent 0a4b2f1 commit f04e4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,7 @@ RUN mkdir /freqtrade
WORKDIR /freqtrade

# Install dependencies
COPY requirements.txt /freqtrade/
COPY requirements.txt /freqtrade/
RUN pip install numpy --no-cache-dir \
&& pip install -r requirements.txt --no-cache-dir

Expand Down

0 comments on commit f04e4f2

Please sign in to comment.