Skip to content
Snippets Groups Projects
Commit 0adf2958 authored by Bartlomiej Koptyra's avatar Bartlomiej Koptyra
Browse files

Added coping wiki.txt in Dockerfile.

parent 3e11ed90
Branches
1 merge request!2Develop
Pipeline #1794 passed with stage
in 39 seconds
......@@ -4,6 +4,7 @@ WORKDIR /home/worker
COPY ./src ./src
COPY ./main.py .
COPY ./requirements.txt .
COPY ./wiki.txt .
RUN python3.6 -m pip install -r requirements.txt
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment