We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3173de8 commit 3efc311Copy full SHA for 3efc311
Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER Luis Fernando Gomes <[email protected]>
5
RUN apt-get update && apt-get install -y --no-install-recommends git && \
6
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
7
8
-ONBUILD COPY install-prereqs*.sh requirements*.txt tox*.ini /app/
+ONBUILD COPY README.md install-prereqs*.sh requirements*.txt tox*.ini /app/
9
ONBUILD ARG SKIP_TOX=false
10
ONBUILD RUN bash -c " \
11
if [ -f '/app/install-prereqs.sh' ]; then \
README.md
@@ -5,4 +5,4 @@ It ian extesion from [themattrix/docker-tox](https://github.com/themattrix/docke
Usage
-----
- docker run --rm -it -v ${PWD}:/app luiscoms/tox
+ docker run --rm -it -v ${PWD}:/app ateliedocodigo/tox
0 commit comments