~singpolyma/biboumi

22cb2659e9204b65d7449af4c84ddcf9162c5cc4 — louiz’ 5 years ago 308869a
Move the Dockerfile inside an alpine subdirectory
1 files changed, 6 insertions(+), 1 deletions(-)

R docker/biboumi/{Dockerfile => alpine/Dockerfile}
R docker/biboumi/Dockerfile => docker/biboumi/alpine/Dockerfile +6 -1
@@ 1,4 1,9 @@
# This Dockerfile creates a docker image running biboumi
#
# It is built by compiling the sources and all its dependencies
# directly inside the image.
# This is the prefered way to build the release image, used by the
# end users, in production.

FROM docker.io/alpine:latest



@@ 32,7 37,7 @@ RUN adduser biboumi -D -h /home/biboumi
RUN mkdir /var/lib/biboumi
RUN chown -R biboumi:biboumi /var/lib/biboumi

COPY ./biboumi.cfg /etc/biboumi/biboumi.cfg
COPY ../biboumi.cfg /etc/biboumi/biboumi.cfg
RUN chown -R biboumi:biboumi /etc/biboumi

WORKDIR /home/biboumi