Skip to content

Commit

Permalink
Merge pull request #8 from megalis-bretagne/7-little-oops-in-dockerfi…
Browse files Browse the repository at this point in the history
…le-regarding-config-file-preventing-application-to-start

Fix DockerFile copy conf
  • Loading branch information
syji35 authored Sep 2, 2024
2 parents bd60071 + 8f99a0b commit 3410a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN wget https://framagit.org/fiat-tux/hat-softwares/lufi/-/archive/${LUFI_VERSI
&& rm -rf /home/nonroot/lufi/lufi-${LUFI_VERSION}.zip


COPY --chown=nonroot:nonroot lufi.conf /
COPY --chown=nonroot:nonroot lufi.conf .
RUN mkdir -p themes/megalis/
COPY themes/megalis themes/megalis/
COPY --chmod=760 --chown=nonroot:nonroot docker-entrypoint.sh /home/nonroot/lufi/docker-entrypoint.sh
Expand All @@ -55,4 +55,4 @@ USER nonroot

RUN mkdir /home/nonroot/lufi/files

ENTRYPOINT ["/home/nonroot/lufi/docker-entrypoint.sh"]
ENTRYPOINT ["/home/nonroot/lufi/docker-entrypoint.sh"]

0 comments on commit 3410a2b

Please sign in to comment.