refactor: move commands to separate module

This commit is contained in:
Jef Roosens 2023-05-15 13:52:30 +02:00
parent 2999ca2301
commit 38994a29a0
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 47 additions and 24 deletions

View file

@ -27,6 +27,8 @@ COPY --from=builder /build/dumb-init /build/affy/target/release/affy /bin/
WORKDIR /data
ENV TZ=Europe/Brussels
USER www-data:www-data
ENTRYPOINT ["/bin/dumb-init", "--"]