Skip to content
Snippets Groups Projects
Commit 056fbe27 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Update

parent cb2b64fa
No related branches found
No related tags found
No related merge requests found
nopaque.log
nopaqued.log
.DS_Store .DS_Store
*.env *.env
logs
__pycache__ __pycache__
...@@ -25,9 +25,9 @@ USER nopaqued ...@@ -25,9 +25,9 @@ USER nopaqued
WORKDIR /home/nopaqued WORKDIR /home/nopaqued
COPY ["logger", "logger"]
COPY ["notify", "notify"] COPY ["notify", "notify"]
COPY ["tasks", "tasks"] COPY ["tasks", "tasks"]
COPY ["logger", "logger"]
COPY ["decorators.py", "nopaqued.py", "requirements.txt", "./"] COPY ["decorators.py", "nopaqued.py", "requirements.txt", "./"]
RUN python -m venv venv \ RUN python -m venv venv \
&& venv/bin/pip install --requirement requirements.txt \ && venv/bin/pip install --requirement requirements.txt \
......
File mode changed from 100644 to 100755
...@@ -70,6 +70,7 @@ services: ...@@ -70,6 +70,7 @@ services:
- "/mnt/dind-swarm/nopaque:/mnt/dind-swarm/nopaque" - "/mnt/dind-swarm/nopaque:/mnt/dind-swarm/nopaque"
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
- "./logs:/home/nopaqued/logs" - "./logs:/home/nopaqued/logs"
- "./daemon/logger:/home/nopaqued/logger"
- "./daemon/notify:/home/nopaqued/notify" - "./daemon/notify:/home/nopaqued/notify"
- "./daemon/decorators.py:/home/nopaqued/decorators.py" - "./daemon/decorators.py:/home/nopaqued/decorators.py"
- "./daemon/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh" - "./daemon/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
......
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment