6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 04:09:01 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2022-01-19 14:46:51 +00:00
commit 83e09bb25b
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
###### Minimal image with base system requirements for most stages
FROM docker.io/ubuntu:20.04 as minimal
MAINTAINER Overhang.io <contact@overhang.io>
LABEL maintainer="Overhang.io <contact@overhang.io>"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && \

View File

@ -1,5 +1,5 @@
from docker.io/alpine:3.13.6
MAINTAINER Overhang.io <contact@overhang.io>
FROM docker.io/alpine:3.13.6
LABEL maintainer="Overhang.io <contact@overhang.io>"
COPY ./setowner.sh /usr/local/bin/setowner
RUN chmod a+x /usr/local/bin/setowner

View File

@ -1,2 +0,0 @@
bundle exec rake search:initialize
bundle exec rake search:rebuild_indices