Add drone + build motsognir
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-05-10 22:24:44 +02:00
parent 0e55852f7e
commit 228a76cd12
3 changed files with 77 additions and 36 deletions

View File

@@ -14,6 +14,6 @@ RUN rm -Rfv /etc/apt/sources.list.*
RUN rm -Rfv /build
RUN useradd -ms /bin/bash -d /gopher gopher
WORKDIR /gopher
COPY entrypoint.sh /
COPY rsyslog.conf /etc
COPY motsognir/entrypoint.sh /
COPY motsognir/rsyslog.conf /etc
ENTRYPOINT ["/entrypoint.sh"]