Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Jul 28, 2023
1 parent abef52f commit 364d003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY main/resources/docker/entrypoint.sh /usr/local/bin/entrypoint.sh

RUN sed -i -e 's/__C__/jmap/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__R__/jmap-server/g' /usr/local/bin/configure.sh && \
sed -i -e 's/__N__/jmap/g' /usr/local/bin/configure.sh
sed -i -e 's/__N__/jmap-sqlite/g' /usr/local/bin/configure.sh

RUN chmod a+rx /usr/local/bin/*.sh

Expand Down

0 comments on commit 364d003

Please sign in to comment.