Skip to content

Commit

Permalink
chore: fix demo docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cavy committed Dec 20, 2024
1 parent fce3eb5 commit 8d0912e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN set -eux; \
RUN mkdir /app
#RUN groupadd -g 10001 javauser && useradd -u 10000 -g javauser javauser
ENV IZANAMI_CONTAINERIZED=true
COPY ../target/izanami.jar /app/izanami.jar
COPY ./target/izanami.jar /app/izanami.jar
COPY script.sh /app/script.sh
RUN chmod +x /app/script.sh

Expand Down
File renamed without changes.

0 comments on commit 8d0912e

Please sign in to comment.