Skip to content

Commit

Permalink
fix ci line
Browse files Browse the repository at this point in the history
  • Loading branch information
bmappi committed Aug 13, 2024
1 parent c938ff4 commit 8076e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WORKDIR /vernemq

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 files/vm.args /vernemq/etc/vm.args
COPY --chown=10000:10000 bin/vm.args /vernemq/etc/vm.args

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

0 comments on commit 8076e52

Please sign in to comment.