Skip to content

Commit 3efc311

Browse files
committed
Fix missing file copy
1 parent 3173de8 commit 3efc311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Luis Fernando Gomes <[email protected]>
55
RUN apt-get update && apt-get install -y --no-install-recommends git && \
66
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
77

8-
ONBUILD COPY install-prereqs*.sh requirements*.txt tox*.ini /app/
8+
ONBUILD COPY README.md install-prereqs*.sh requirements*.txt tox*.ini /app/
99
ONBUILD ARG SKIP_TOX=false
1010
ONBUILD RUN bash -c " \
1111
if [ -f '/app/install-prereqs.sh' ]; then \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ It ian extesion from [themattrix/docker-tox](https://github.com/themattrix/docke
55

66
Usage
77
-----
8-
docker run --rm -it -v ${PWD}:/app luiscoms/tox
8+
docker run --rm -it -v ${PWD}:/app ateliedocodigo/tox

0 commit comments

Comments
 (0)