Skip to content
Snippets Groups Projects
Commit 7bd105bf authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

ci

parent 3a4385c2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM debian:latest ...@@ -2,7 +2,7 @@ FROM debian:latest
RUN apt-get update && \ RUN apt-get update && \
apt-get install docker.io tox curl python3-pip -y apt-get install docker.io tox curl python3-pip -y
RUN pip3 install docker-compose RUN pip3 install docker-compose
COPY wait-for-it.sh /wait-for-it.sh COPY .docker/wait-for-it.sh /wait-for-it.sh
COPY . /git COPY . /git
RUN rm -r /git/.git RUN rm -r /git/.git
WORKDIR /git WORKDIR /git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment