@@ -1,12 +1,12 @@
|
||||
FROM debian:latest
|
||||
LABEL maintainer="dragonchaser <crichter@suse.de>"
|
||||
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ruby \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /web \
|
||||
&& chmod 0777 /web
|
||||
COPY ./entrypoint.sh /bin
|
||||
COPY ./index.html /web
|
||||
COPY ./webtest/entrypoint.sh /bin
|
||||
COPY ./webtest/index.html /web
|
||||
WORKDIR /web
|
||||
EXPOSE 80
|
||||
ENTRYPOINT entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user