mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-12 17:51:11 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
83e09bb25b
@ -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 && \
|
||||
|
@ -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
|
||||
|
@ -1,2 +0,0 @@
|
||||
bundle exec rake search:initialize
|
||||
bundle exec rake search:rebuild_indices
|
Loading…
Reference in New Issue
Block a user