Skip to content
Snippets Groups Projects
Commit c4278be3 authored by dheninli's avatar dheninli
Browse files

Finished cleaning script

parent 9de4470e
No related branches found
No related tags found
1 merge request!37Tx services p19 test
from alpine
ENV DRYRUN=true
COPY *.sh ./
RUN apk add --no-cache curl jq
RUN if [ $DRYRUN = false ]; \
then \
export ARGS="-d";\
else \
export ARGS="-t";\
fi
ENTRYPOINT /bin/sh ./run.sh
version: '3'
services:
wekan-cleaner:
build:
context: ./
dockerfile: Dockerfile-clean
environment:
- DRYRUN=false
container_name: wekan_clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment