Skip to content

Commit

Permalink
create etc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bmappi committed Aug 13, 2024
1 parent 8076e52 commit dd6bd58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ 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

RUN mkdir -p /vernemq/etc
COPY --chown=10000:10000 bin/vm.args /vernemq/etc/vm.args

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

0 comments on commit dd6bd58

Please sign in to comment.