Skip to content

Commit

Permalink
maybe fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
bmappi committed Aug 13, 2024
1 parent d3083b6 commit a90cb37
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ ENV DOCKER_VERNEMQ_KUBERNETES_LABEL_SELECTOR="app=vernemq" \

WORKDIR /vernemq

RUN ls -la .

COPY --chown=10000:10000 bin/vernemq.sh /usr/sbin/start_vernemq
COPY --chown=10000:10000 bin/join_cluster.sh /usr/sbin/join_cluster
COPY --chown=10000:10000 bin/vm.args /vernemq/etc/vm.args
COPY --chown=10000:10000 docker/bin/vernemq.sh /usr/sbin/start_vernemq
COPY --chown=10000:10000 docker/bin/join_cluster.sh /usr/sbin/join_cluster
COPY --chown=10000:10000 docker/bin/vm.args /vernemq/etc/vm.args


RUN chown -R 10000:10000 /vernemq && \
Expand Down

0 comments on commit a90cb37

Please sign in to comment.